The matrix-market package
The Matrix Market (MM) exchange formats provide a simple mechanism to facilitate the exchange of matrix data. In particular, the objective has been to define a minimal base ASCII file format which can be very easily explained and parsed, but can easily adapted to applications with a more rigid structure, or extended to related data objects. The MM exchange format for matrices is really a collection of affiliated formats which share design elements. In the initial specification, two matrix formats are defined.
Coordinate Format - A file format suitable for representing general sparse matrices. Only nonzero entries are provided, and the coordinates of each nonzero entry is given explicitly.
Array Format - A file format suitable for representing general dense matrices. All entries are provided in a pre-defined (column-oriented) order.
We extend the above two storage schemes to vectors, as well.
For more information, see the NIST Matrix Market webpage: http://http://math.nist.gov/MatrixMarket/
Properties
| Versions | 1.0, 1.1, 1.2 |
|---|---|
| Dependencies | base, bytestring |
| License | BSD3 |
| Copyright | (c) 2008. Patrick Perry <patperry@stanford.edu> |
| Author | Patrick Perry |
| Maintainer | Patrick Perry <patperry@stanford.edu> |
| Category | Math, System |
| Home page | http://stat.stanford.edu/~patperry/code/matrix-market |
| Upload date | Sat Mar 29 18:21:31 UTC 2008 |
| Uploaded by | PatrickPerry |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8 |
Modules
- System
Downloads
- matrix-market-1.0.tar.gz (Cabal source package)
- package description (included in the package)