Re: [sage-devel] Re: #matrix Class for load matrix from file

2012-10-08 Thread Raniere Gaia Silva
Jason and others, I attached I prototype of my previous proposal. What is the best place to talk about it? In the group or I should create a ticket? Thanks, Raniere On Tue, Sep 25, 2012 at 2:24 PM, Jason Grout wrote: > On 9/25/12 12:15 PM, Raniere Gaia Silva wrote: >> >> Hi, >> I would like as

[sage-devel] Re: #matrix Class for load matrix from file

2012-09-25 Thread Jason Grout
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