What does Intel IPP status 18 (ippStsSingularity) mean?

 
Could be also:
ConstantTypeOS
ERROR_NO_MORE_FILESWin32 errorWindows
KERN_INVALID_VALUEKern returnMac
EXDEVerrnoAny
TRAP_CAUSE_UNKNOWNBugCheck CodeWindows
Previous Next
ippStsUnderflow ippStsDomain

ippStsSingularity

This warning indicates that the operation encountered a singular point or singular mathematical condition but reported it as nonfatal for the chosen routine. It differs from a hard singular-matrix error.

The output should be inspected carefully. A warning status can be the reason for unstable coefficients, infinities or degenerate transform parameters.

Check these details

  • Denominators, pivots or transform parameters that approach zero.
  • Whether the routine documents a fallback output for singular cases.
  • Input scaling and regularization options.

Intel IPP Error Reporting · IPP special-case handling · LAPACK overview


Looking for a different code? Search another status or error code.