Error Messages/40412

< Error Messages
Revision as of 18:30, 26 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = In SingularValueDecomp, index Index3 must be the same length as index Index2. = Cause = The indexes passed as the third and fourth parameter to…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

In SingularValueDecomp, index Index3 must be the same length as index Index2.

Cause

The indexes passed as the third and fourth parameter to SingularValueDecomp did not have the same length.


You may have switched the second and the third parameter to the function.

Remedies

Correct the parameters passed to the SingularValueDecomp function so that the length of the second parameter (number of rows of the matrix) is at least as long as the length of the third parameter (number of columns of the matrix).



You are not allowed to post comments.

Comments
<comments />