-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
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
MatrixSingularException when column is 0 all at pinv #304
Comments
looks like the correct way to implement pinv is not with the usual We should fix this. On Sun, Aug 31, 2014 at 5:07 AM, y-shimizu notifications@github.com wrote:
|
@dlwh |
Hi,
I wanted to compute the Moore-Penrose pseudo inverse of a Matrix.
But I am troubled by the exception:
I wanted to get matrix [(0, 0, 0) (-2.526316,1.4210526,0.5789474), (1.421053, -0.7368421, -0.2631579)]
like R:
Please tell me why is the implementation different from pinv and R:ginv .
The text was updated successfully, but these errors were encountered: