Popularity
1.9
Stable
Activity
1.8
Stable
1
3
0
Monthly Downloads: 0
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Chemistry
Latest version: v0.1.2.2
matrix-as-xyz alternatives and similar packages
Based on the "Chemistry" category.
Alternatively, view matrix-as-xyz alternatives based on common mentions on social networks and blogs.
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Promo
influxdata.com

Do you think we are missing an alternative of matrix-as-xyz or a related project?
README
matrix-as-xyz
Haskell Jones-Faithful notation (also called coordinate triplet) Library
Quickstart
repl> :m Data.Matrix.AsXYZ
repl> fromXYZ "x,y,z"
┌ ┐
│ 1 % 1 0 % 1 0 % 1 0 % 1 │
│ 0 % 1 1 % 1 0 % 1 0 % 1 │
│ 0 % 1 0 % 1 1 % 1 0 % 1 │
│ 0 % 1 0 % 1 0 % 1 1 % 1 │
└ ┘
repl> :m Data.Matrix Data.Matrix.AsXYZ
repl> prettyXYZ . identity $ 4
"x,y,z"
If you wanna use newest version, edit stack.yaml like below.
extra-deps:
- location: https://github.com/narumij/matrix-as-xyz/archive/0.1.2.1.tar.gz
License
See the LICENSE file in the repository.
*Note that all licence references and agreements mentioned in the matrix-as-xyz README section above
are relevant to that project's source code only.