 | SparseMatrixFactTSetError Method |
Maps the given MKL integer error code to the appropriate enum value.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxprotected void SetError(
int mklError
)
Protected Sub SetError (
mklError As Integer
)
protected:
void SetError(
int mklError
)
member SetError :
mklError : int -> unit
Parameters
- mklError
- Type: SystemInt32
MKL pardiso error code.
See Also