Difference between revisions of "Error Messages/40830"
(Created page with "= Example Warning Text = SingularValueDecomp could not find a valid decomposition of the matrix. Since a decomposition theoretically exists for any finite matrix, this m...") |
|||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | + | == Example warning text == | |
− | |||
− | = Cause = | + | <pre style="background:white; border:white; margin-left: 1em; font-style:italic"> |
+ | 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. | ||
+ | </pre> | ||
+ | |||
+ | == Cause == | ||
This warning occurs very rarely, and requires an extremely poorly conditioned matrix or a matrix containing [[NaN]] or [[INF]] values. | This warning occurs very rarely, and requires an extremely poorly conditioned matrix or a matrix containing [[NaN]] or [[INF]] values. | ||
− | = Remedies = | + | == Remedies == |
Check the matrix for [[NaN]] and [[INF]] values, and fix the problem that introduces those. | Check the matrix for [[NaN]] and [[INF]] values, and fix the problem that introduces those. | ||
+ | |||
+ | ==See Also== | ||
+ | * [[SingularValueDecomp]] | ||
+ | * [[Matrix functions]] | ||
+ | * [[NaN]] | ||
+ | * [[IsNaN]] | ||
+ | * [[INF]] |
Latest revision as of 19:05, 5 April 2016
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