[ojAlgo-user] How to compute the (Moore-Penrose) pseudo-inverse of a matrix.
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: 常 超 <cha...@ho...> - 2016-04-19 02:56:22
|
Hi,everyone. Is there a way to calculate the (Moore-Penrose) pseudo-inverse of a matrix just as numpy.linalg.pinv() does in python? I used SingularValue.makePrimitive().invert(matrix),but the result does not equals to the pinv result. Reference: http://docs.scipy.org/doc/numpy-1.10.0/reference/generated/numpy.linalg.pinv.html Thanks in advance. Chao. |