CholeskyDecompositionFeature

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

Parameters

T

the type of matrices' items.

Properties

Link copied to clipboard

A key used for extraction

Link copied to clipboard
abstract val l: Matrix<T>

The triangular matrix in this decomposition. It may have either UFeature or LFeature.