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