apatite
Apatite
Apatite is meant to be a collecion of mathmatical and scientific computing algorithms for the Crystal programming language. I don't expect it to ever reach the level of completeness as numpy, but hopefully it can save some people the trouble of implementing these methods on their own.
Installation
-
Add the dependency to your
shard.yml
:dependencies: apatite: github: watzon/apatite
-
Run
shards install
Usage
require "apatite"
Check out the documentation for usage examples.
Roadmap
- [ ] Linear Algebra
- [x] Vector
- [x] Matrix
- [ ] NDArray
- [ ] Line
- [ ] Plane
- [ ] Polygon
- [ ] LinkedList
Contributing
- Fork it (https://github.com/watzon/apatite/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
- Chris Watson - creator and maintainer