TMKL_Sparse_status Enumeration

public enum TMKL_Sparse_status

Values

NameDescription
SPARSE_STATUS_ALLOC_FAILEDinternal error: memory allocation failed
SPARSE_STATUS_EXECUTION_FAILEDe.g. 0-diagonal element for triangular solver, etc.
SPARSE_STATUS_INTERNAL_ERRORinternal error
SPARSE_STATUS_INVALID_VALUEinvalid input value
SPARSE_STATUS_NOT_INITIALIZEDempty handle or matrix arrays
SPARSE_STATUS_NOT_SUPPORTEDe.g. operation for double precision doesn't support other types
SPARSE_STATUS_SUCCESSthe operation was successful