|  | Double | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe DoubleSparseHermFact type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | DoubleSparseHermFact | Constructs a DoubleSparseHermFact for the given sparse matrix data in compressed row format. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ErrorStatus | Gets the error status for this factorization. (Inherited from SparseMatrixFactT) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Factor | Factor method for a complex Hermitian matrix. (Overrides DoubleComplexSparseFactFactor) | 
|  | 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(DoubleComplexMatrix) | Uses the current factorization to solve for several right hand sides. (Inherited from DoubleComplexSparseFact) | 
|  | Solve(DoubleComplexVector) | Uses the current factorization to solve for the given right hand side. (Inherited from DoubleComplexSparseFact) | 
 Fields
Fields| 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) | 
 Remarks
Remarks See Also
See Also