0

I typed the example code from the "arpackpp.doc", and got a run time error like this: enter image description here

here is my code: enter image description here

and the matrix is enter image description here

Zero
  • 43
  • 7

1 Answers1

0

well, I answer my question... element of irow, which is pointer to an array of row indices of the nonzero elements contained in nzval, should start from 0 not 1.

Zero
  • 43
  • 7