View source: R/117_atoms_condition_number.R
| condition_number | R Documentation |
Computes the condition number lambda_max(A) / lambda_min(A) for a positive semidefinite matrix A. This is a quasiconvex atom.
condition_number(A)
A |
A square matrix expression (must be PSD) |
An expression representing the condition number of A
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.