0 votes
241 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 (180 points)
by (180 points)
I'm rebuilding olca-core to a Typescript application in order to improves performances :)

Please log in or register to answer this question.

...