Code Monkey home page Code Monkey logo

Comments (10)

jalvesz avatar jalvesz commented on June 12, 2024 3

It could be good to have them for comparison, but it could be the occasion to make a clean-room design.
Maybe decided on the style for the signature of IO procedures, this could already enable focusing on individual implementations that should respect the decided signature.

I had in mind something like this:

subroutine matrix_<save/load>_<format>( matrix_type , file_name , ...optionals... )
end subroutine

from stdlib.

jalvesz avatar jalvesz commented on June 12, 2024 1

For reference, the SciPy IO API: https://docs.scipy.org/doc/scipy/reference/generated/scipy.io.mmwrite.html#scipy.io.mmwrite
the TACO library also offers an API of the sorts for C++ and Python: http://tensor-compiler.org/docs/scientific_computing.html

from stdlib.

ivan-pi avatar ivan-pi commented on June 12, 2024 1

I've added #486 which is also relevant. I would be keen to have the SciPy .npz format supported, which is also used to pass sparse matrices.

from stdlib.

ivan-pi avatar ivan-pi commented on June 12, 2024 1

There is also a naive text format that MATLAB uses, described under

I've used it in the past, to quickly output a matrix and import it into MATLAB for inspection (spy) and calculating the spectral radius.

from stdlib.

ivan-pi avatar ivan-pi commented on June 12, 2024 1

Can we use the MatrixMarket routines from NIST (potentially, wrapped in a nicer interface)? Or should we do a clean-room design and implementation?

from stdlib.

jvdp1 avatar jvdp1 commented on June 12, 2024 1

Can we use the MatrixMarket routines from NIST (potentially, wrapped in a nicer interface)?

If their licenses permit it, I would say yes. It might be good to contact them, before using their codes (e.g., like it was done for the hash and some sort procedures).

from stdlib.

minhqdao avatar minhqdao commented on June 12, 2024 1

Thanks, @perazz, for opening this issue and all of you for your input and adding the references. I'll take care of it over the next few weeks.

from stdlib.

ivan-pi avatar ivan-pi commented on June 12, 2024

the TACO library also offers an API of the sorts for C++ and Python: http://tensor-compiler.org/docs/scientific_computing.html

The formats supported by TACO are:

from stdlib.

jalvesz avatar jalvesz commented on June 12, 2024

I've also used the same format locally to then use matplotlib's spy https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.spy.html
So basically take whichever sparse format > transform to COO > dump a file <name>.dat

from stdlib.

perazz avatar perazz commented on June 12, 2024

I will ask @minhqdao if he plans to take care of this issue.

from stdlib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.