Error Messages/40830
Example warning text
SingularValueDecomp could not find a valid decomposition of the matrix. Since a decomposition theoretically exists for any finite matrix, this most likely indicates the matrix may contain NaN or INF values.
Cause
This warning occurs very rarely, and requires an extremely poorly conditioned matrix or a matrix containing NaN or INF values.
Remedies
Check the matrix for NaN and INF values, and fix the problem that introduces those.
See Also
Comments
Enable comment auto-refresher