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