Back to Linear Algebra (Eigen)
eigen.utilities.cond
Compute the condition number of a matrix using SVD.
Syntax
eigen.utilities.cond(A)
Description
Compute the condition number of a matrix using SVD.
Parameters
| Name | Description |
|---|---|
| A | - Matrix handle |
Returns
number