#13601: Module to load matrix from file
----------------------------------+-----------------------------------------
Reporter: r.gaia.cs | Owner: jason, was
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.5
Component: linear algebra | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
----------------------------------+-----------------------------------------
Changes (by r.gaia.cs):
* status: needs_review => needs_work
Old description:
> Numpy and Scipy has functions to load matrix save in text files (Numpy:
> http://docs.scipy.org/doc/numpy/reference/routines.io.html and Scipy:
> http://docs.scipy.org/doc/scipy/reference/io.html).
>
> Will be nice to have a Sage function to call some of this function as
> backend and to handle with more file formats.
>
> In attachment trac_13601-matrix_io.patch was suggest the follow formats:
> * A single matrix in a text file without header or any other information.
> * Coordinate Text File.
> * Octave's binary data format.
> * Octave's binary data format.
> * hdf5 format.
> * The Matrix Market (MM) exchange formats.
> * The Harwell-Boeing format.
> * Matlab format.
> * IDL save file.
> * Mathematical Programming System (mps).
>
> Load Matlab and IDL format was implemented as a backend of Scipy and MPS
> was implemented from scratch.
>
> Load others suggest formats wasn't implemented. Neither the functions to
> write.
>
> '''To improve this module, please open other ticket.'''
New description:
Numpy and Scipy has functions to load matrix save in text files (Numpy:
http://docs.scipy.org/doc/numpy/reference/routines.io.html and Scipy:
http://docs.scipy.org/doc/scipy/reference/io.html).
Will be nice to have a Sage function to call some of this function as
backend and to handle with more file formats.
In attachment trac_13601-matrix_io.patch was suggest the follow formats:
* A single matrix in a text file without header or any other information.
* Coordinate Text File.
* Octave's binary data format.
* Octave's binary data format.
* hdf5 format.
* The Matrix Market (MM) exchange formats.
* The Harwell-Boeing format.
* Matlab format.
* IDL save file.
* Mathematical Programming System (mps).
Load Matlab and IDL format was implemented as a backend of Scipy and MPS
was implemented from scratch.
Load others suggest formats wasn't implemented. Neither the functions to
write.
'''To improve this module to handle with any of the not implemented
formats or any new format, please open other ticket.'''
Will be nice to implemented the suggest of [ticket:13601#comment:4
vbraun].
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13601#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.