Click or drag to resize

MatrixMathPseudoInverse Method

Overload List
 NameDescription
Public methodStatic memberPseudoInverse(IROMatrixDouble) Calculates the pseudo inverse of the matrix input by means of singular value decomposition. A relative value of 100*DBL_EPSILON is used to chop the singular values before calculation.
Public methodStatic memberPseudoInverse(IROMatrixDouble, Int32) Calculates the pseudo inverse of the matrix input by means of singular value decomposition. A relative value of 100*DBL_EPSILON is used to chop the singular values before calculation.
Top
See Also