Popularity
1.5
Declining
Activity
1.1
Growing
1
2
0
Monthly Downloads: 15
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.
TestGPT | Generating meaningful tests for busy devs
Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
Promo
codium.ai
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.