Enumeration for specifying possible return values for errors.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public enum Error |
| Visual Basic (Declaration) |
|---|
Public Enumeration Error |
| Visual C++ |
|---|
public enum class Error |
Members
| Member name | Description | |
|---|---|---|
| NoError |
No error.
| |
| InputInconsistent |
Error in input to the pardiso solver.
| |
| NotEnoughMemory |
Insufficient memory for calculation.
| |
| ReorderingProblem |
Reordering problem.
| |
| ZeroPivot |
Zero pivot, numerical factorization or iterative refinement problem.
| |
| Unclassified |
Unclassified (internal) error.
| |
| PreorderingFailed |
Preordering failed (real or complex unsymmetric only).
| |
| DiagonalMatrixProblem |
Diagonal matrix problem.
| |
| OverFlowProblem32bit |
32-bit integer overflow problem.
| |
| NotEnoughMemoryForOOC |
Not enough memory for Out Of Core.
| |
| ProblemsOpeningOOCFiles |
Problems with opening Out Of Core temporary files.
| |
| ReadWriteProblemsOOCFiles |
Read/write problems with the Out Of Core data file.
|