On 9/25/12 12:15 PM, Raniere Gaia Silva wrote:
> Hi,
> I would like ask what you think about a class/interface for load matrix
> from file, e.g., Matlab, HB,//MPS, ...
Great!
You might look at the numpy loadtxt function, as well as the other numpy
functions for loading matrices from files.
Thanks,
Jason