vkirangoud / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

Matrix size problem #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I use a matrix of size less than 5000, there is no problem.
When I use a matrix of size greater than 5000, it is saying invalid index <1. 
cusp::io_exception error 
What steps will reproduce the problem?
Matrix market file correction

What is the expected output? What do you see instead?
it is saying invalid index <1. cusp::io_exception error 

What version of the product are you using? On what operating system?
I am using the latest version

Please provide any additional information below.

Let me attach the file and let me know if it is not saying any error in your 
system. 

Original issue reported on code.google.com by mpanch13...@gmail.com on 16 Sep 2011 at 2:15

Attachments:

GoogleCodeExporter commented 9 years ago
It looks like your matrix contains invalid values (NaNs):

5687 5609 0.071584
5687 5608 0.136583
5687 5924 0.000740
5688 5528 nan
5688 5844 nan
5688 5765 nan
5688 5686 nan
5688 5685 nan
5688 5607 nan

Original comment by wnbell on 16 Sep 2011 at 3:14