CholeskyDecompositionFeature

interface CholeskyDecompositionFeature<out T : Any> : MatrixFeature

Matrices with this feature support Cholesky factorization: a = l &middot; lH where a is the owning matrix.

Parameters

T

the type of matrices' items.

Properties

key
Link copied to clipboard
common
open val key: FeatureKey<StructureFeature>
A key used for extraction
l
Link copied to clipboard
common
abstract val l: Matrix<T>
The triangular matrix in this decomposition.

Sources

common source
Link copied to clipboard