The SparseCholesky type exposes the following members.

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 real symmetric positive definite matrix.
FactorSymbolically
Computes the symbolic factorization of a sparse real symmetric 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 of a sparse positive definite system of linear equations Ax=b.
SetSymbolicFactor
Sets the symbolic Cholesky factor to use in solving a sparse positive definite system of linear equations Ax=b.
Solve
Computes the solution of a sparse real symmetric positive definite system of linear equations Ax=b.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also