The ComplexSparseCholesky type exposes the following members.

Constructors

NameDescription
ComplexSparseCholesky
Constructs the matrix structure for the Cholesky factorization of a sparse Hermitian positive definite matrix of type ComplexSparseMatrix.

Methods

NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FactorNumerically
Computes the numeric factorization of a sparse Hermitian positive definite matrix.
FactorSymbolically
Computes the symbolic factorization of a sparse Hermitian positive definite matrix.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNumericFactor
Returns the numeric Cholesky factor.
GetSymbolicFactor
Returns the symbolic Cholesky factor.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetNumericFactor
Sets the numeric Cholesky factor to use in solving a sparse complex Hermitian positive definite system of linear equations Ax=b.
SetSymbolicFactor
Sets the symbolic Cholesky factor to use in solving a sparse complex Hermitian positive definite system of linear equations Ax=b.
Solve
Computes the solution of a sparse Hermitian positive definite system of linear equations Ax=b.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

NameDescription
LargestDiagonalElement
The largest diagonal element of the Cholesky factor.
NumberOfNonzeros
The number of nonzeros in the Cholesky factor.
NumericFactorizationMethod
The method used in the numerical factorization of the permuted input matrix.
SmallestDiagonalElement
The smallest diagonal element of the Cholesky factor.

See Also