The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home MathPack Math2 Procedures and Functions PseudoInverse | |||||||||
See also: SingValDecomp, Invert (Matrix) | |||||||||
PseudoInverse |
|||||||||
The function PseudoInverse calculates the Moore-Penrose inverse (also known as pseudoinverse or general inverse) of the matrix InMat. The resulting pseudoinverse is returned in the variable parameter PsInv. The parameter tol controls the threshold below which a near-singular value is considered to be zero. The function returns a TRUE value if the calculation of the pseudoinverse was successful (i.e. if the singular value decomposition used for the calculation of the pseudoinverse converged).
|