Roeland Heerema
Results
2
comments of
Roeland Heerema
Thanks for the quick reply! Sure, the error is get is: _Uncaught TypeError: A.pseudoInverse is not a function_ As shown in the code above, I took the example from the...
Thanks both, that explains it and solved my issue! To compute my pseudoInverse: ` const A = ML.Matrix.eye(6,6); const B = ML.MatrixLib.pseudoInverse(A); `