ComplexSparseCholesky Constructor |
Constructs the matrix structure for the Cholesky factorization of
a sparse Hermitian positive definite matrix of type
ComplexSparseMatrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ComplexSparseCholesky(
ComplexSparseMatrix A
)
Public Sub New (
A As ComplexSparseMatrix
)
public:
ComplexSparseCholesky(
ComplexSparseMatrix^ A
)
new :
A : ComplexSparseMatrix -> ComplexSparseCholesky
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