| SparseCholesky Methods |
The SparseCholesky type exposes the following members.
| Name | Description | |
|---|---|---|
| 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 try to free resources and perform other cleanup operations before it 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 | |
| SetSymbolicFactor |
Sets the symbolic Cholesky factor to use in solving a sparse
positive definite system of linear equations | |
| Solve |
Computes the solution of a sparse real symmetric positive definite system of linear
equations | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |