SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.38k stars 192 forks source link

np.linalg.pinv not supported #497

Open gsgou opened 1 year ago

gsgou commented 1 year ago

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

YariLAN commented 1 year ago

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