The DoubleSparseSymFact type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DoubleSparseSymFact |
Constructs a DoubleSparseSymFact for the given sparse matrix data
in compressed row format.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Factor |
Factors the input sparse matrix.
(Inherited from SparseMatrixFact<(Of <(<'T>)>)>.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| Solve(DoubleMatrix) |
Uses the current factorization to solve for several right hand sides.
(Inherited from DoubleSparseFact.) | |
| Solve(DoubleVector) |
Uses the current factorization to solve for the given right hand side.
(Inherited from DoubleSparseFact.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ErrorStatus |
Gets the error status for this factorization.
(Inherited from SparseMatrixFact<(Of <(<'T>)>)>.) |