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 !