![]() | Float |
The FloatSparseFact type exposes the following members.
Name | Description | |
---|---|---|
![]() | FloatSparseFact | Constructs a FloatSparseFact for the given sparse matrix data in compressed row format. |
Name | Description | |
---|---|---|
![]() | ErrorStatus |
Gets the error status for this factorization.
(Inherited from SparseMatrixFactT) |
Name | Description | |
---|---|---|
![]() | Factor |
Factor method for a real, unsymmetric matrix.
(Overrides SparseMatrixFactTFactor) |
![]() | Factor(SparseMatrixDataCompressedSparseRowT, T) |
Factors the input sparse matrix.
(Inherited from SparseMatrixFactT) |
![]() | SetError |
Maps the given MKL integer error code to the appropriate enum value.
(Inherited from SparseMatrixFactT) |
![]() | Solve(FloatMatrix) | Uses the current factorization to solve for several right hand sides. |
![]() | Solve(FloatVector) | Uses the current factorization to solve for the given right hand side. |
Name | Description | |
---|---|---|
![]() | errorStatus_ |
The factorization error for the latest factorization.
(Inherited from SparseMatrixFactT) |
![]() | S_ |
The sparse matrix in Compressed Row format that is being factored.
(Inherited from SparseMatrixFactT) |