koblas

F64CholeskyDecomposition

A Cholesky factorization A = L·Lᵀ. Only the lower triangle of l is meaningful; the strict upper triangle holds whatever the factorization left there.

Constructors

F64CholeskyDecomposition

constructor(l: F64DenseMatrix)(source)

Properties

l

n

val n: Int(source)

The dimension of the factored matrix.