Click or drag to resize

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
Syntax
protected void SetError(
	int mklError
)

Parameters

mklError  Int32
MKL pardiso error code.
See Also