Click or drag to resize
ComplexSparseCholesky Constructor
Constructs the matrix structure for the Cholesky factorization of a sparse Hermitian positive definite matrix of type ComplexSparseMatrix.

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

Parameters

A
Type: Imsl.MathComplexSparseMatrix
The ComplexSparseMatrix Hermitian positive definite matrix to be factored. Only the lower triangular part of the input matrix is used.
See Also