Click or drag to resize
SparseCholesky Methods

The SparseCholesky type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFactorNumerically
Computes the numeric factorization of a sparse real symmetric positive definite matrix.
Public methodFactorSymbolically
Computes the symbolic factorization of a sparse real symmetric positive definite matrix.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNumericFactor
Returns the numeric Cholesky factor.
Public methodGetSymbolicFactor
Returns the symbolic Cholesky factor.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetNumericFactor
Sets the numeric Cholesky factor to use in solving of a sparse positive definite system of linear equations Ax=b.
Public methodSetSymbolicFactor
Sets the symbolic Cholesky factor to use in solving a sparse positive definite system of linear equations Ax=b.
Public methodSolve
Computes the solution of a sparse real symmetric positive definite system of linear equations Ax=b.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also