Popularity
2.0
Growing
Activity
1.8
Growing
1
3
0

Monthly Downloads: 28
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.

Do you think we are missing an alternative of matrix-as-xyz or a related project?

Add another 'Chemistry' Package

README

matrix-as-xyz

Continuous Integration status Hackage page (downloads and API reference) Hackage-Deps

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.