Click or drag to resize
SparseCholesky Constructor
Constructs the matrix structure for the Cholesky factorization of a sparse symmetric positive definite matrix of type SparseMatrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public SparseCholesky(
	SparseMatrix A
)

Parameters

A
Type: Imsl.MathSparseMatrix
The SparseMatrix symmetric positive definite matrix to be factored. Only the lower triangular part of the input matrix is used.
See Also