scalismo.numerics.PivotedCholesky
See thePivotedCholesky companion object
Result object for the pivoted cholesky of a matrix A
Attributes
- L
The (first m columns) of a lower triangular matrix L, for which LL' = A_m \approx A.
- p
The pivot
- tr
: The trace of the matrix (A_m - A) (i.e. the approximation error)
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any