NumSharp icon indicating copy to clipboard operation
NumSharp copied to clipboard

np.linalg.pinv not supported

Open gsgou opened this issue 2 years ago • 1 comments

Here is a link to what I think is the python sources for np.linalg: https://github.com/numpy/numpy/blob/master/numpy/linalg/linalg.py

Other implementations: https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Numeric/Pseudoinverse/PseudoInverse.cs https://github.com/accord-net/framework/blob/master/Sources/Accord.Math/Matrix/Matrix.Linear.Generated.cs#L298

gsgou avatar Aug 12 '23 12:08 gsgou

It’s very necessary, by the way - I have a lab on it((

YariLAN avatar Oct 20 '23 17:10 YariLAN