Matrix |
| Name | Description | |
|---|---|---|
| PseudoInverse(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. | |
| PseudoInverse(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. |