![]() | Sparse |
The SparseMatrixFactT type exposes the following members.
Name | Description | |
---|---|---|
![]() | SparseMatrixFactT | Constructs a factorization for the given sparse matrix. |
Name | Description | |
---|---|---|
![]() | ErrorStatus | Gets the error status for this factorization. |
Name | Description | |
---|---|---|
![]() | Factor | Abstract method to be implemented by deriving classes. |
![]() | Factor(SparseMatrixDataCompressedSparseRowT, T) | Factors the input sparse matrix. |
![]() | SetError | Maps the given MKL integer error code to the appropriate enum value. |
Name | Description | |
---|---|---|
![]() | errorStatus_ | The factorization error for the latest factorization. |
![]() | S_ | The sparse matrix in Compressed Row format that is being factored. |