We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The generalized inverse of a Matrix defined by https://en.wikipedia.org/wiki/Moore%E2%80%93Penrose_inverse.
The function is usually called pinv(Numpy, Scipy, Julia LinAlg, Octave) sometime ginv (R). For reference : https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.pinv.html (source : https://github.com/scipy/scipy/blob/v1.6.0/scipy/linalg/basic.py#L1288-L1305)
pinv
ginv
I would be a useful addition I think (could add it to #58 ).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The generalized inverse of a Matrix defined by https://en.wikipedia.org/wiki/Moore%E2%80%93Penrose_inverse.
The function is usually called
pinv
(Numpy, Scipy, Julia LinAlg, Octave) sometimeginv
(R).For reference : https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.pinv.html (source : https://github.com/scipy/scipy/blob/v1.6.0/scipy/linalg/basic.py#L1288-L1305)
I would be a useful addition I think (could add it to #58 ).
The text was updated successfully, but these errors were encountered: