Back to LAPACK/BLAS
la.norms.condEst
Compute a fast estimate of the condition number.
Syntax
la.norms.condEst(A, options?)
Description
Compute a fast estimate of the condition number. Uses LU factorization (DGETRF) followed by condition estimation (DGECON). This is faster than computing the exact condition number via SVD.
Parameters
| Name | Description |
|---|---|
| A | - Input square matrix (n × n) |
| options(optional) | - Computation options |
Returns
CondEstResult