Back to Linear Algebra (Eigen)
eigen.utilities.pinv
Compute the Moore-Penrose pseudoinverse of a matrix.
Syntax
eigen.utilities.pinv(A, tolerance?)
Description
Compute the Moore-Penrose pseudoinverse of a matrix.
Parameters
| Name | Description |
|---|---|
| A | - Matrix handle (m × n) |
| tolerance(optional) | - Singular values below this are treated as zero |
Returns
MatrixHandle