github.com/aca-labs/matrix
master / published Apr 5, 2019 / repository
Generic, type-safe matrix structure.
matrix

Generic, type-safe matrix structure for crystal-lang.
Installation
Add this to your application's shard.yml:
dependencies:
matrix:
github: aca-labs/matrix
Usage
require "matrix"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it ( https://github.com/aca-labs/matrix/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- Kim Burgess - creator, maintainer
API
- Matrix(T, M, N)
Generic, type-safe abstract matrix structure.