0 votes
238 views
Hello,

I'm trying to recode some olca-core modules in Javascript, and I'm stuck at one point :

I can't figure out what the `private RealMatrix unwrap(IMatrix m)`  function is doing the the JavaSolver class.

Particulary this line : `rm.setEntry(row, col, m.get(row, col));`

Where m.get(row, col) get the information ?

Can someone help me ? Thank you !
in openLCA by (160 points)
by (113k points)
I leave this for others but of course Java is not Javascript? Are you converting in a web-application? Thank you!
by (160 points)
I'm rebuilding olca-core to a Typescript application in order to improves performances :)

Please log in or register to answer this question.

...