You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Being able to export matrices and vectors to file system is an important need for:
studying linear problem behavior
performing store/load of artifacts
We can use existing file format, such as MatrixMarket, Harwell-Boeing, ...
Or, we can design our own and provide converters. One way to do this should be to have a json output. Furthermore, we can have binary exactness using floating point literals, and small file sizes using file compression.
The text was updated successfully, but these errors were encountered:
Being able to export matrices and vectors to file system is an important need for:
We can use existing file format, such as MatrixMarket, Harwell-Boeing, ...
Or, we can design our own and provide converters. One way to do this should be to have a
json
output. Furthermore, we can have binary exactness using floating point literals, and small file sizes using file compression.The text was updated successfully, but these errors were encountered: