Update README.md

This commit is contained in:
Chris Watson 2019-09-10 19:12:04 -07:00 committed by GitHub
parent 0e2fb0cb62
commit f6593419cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Apatite # Apatite
[![Actions Status](https://github.com/watzon/apatite/workflows/Crystal CI/badge.svg)](https://github.com/watzon/apatite/actions)
Apatite is a collection of mathematical and scientific algorithms. Currently it implements the API from Ruby's `Matrix` class for both `Matrix` and `Vector`. This API will be added to as needs arise. The goal is for this project to eventually contain everything you could get from SciPy, but in pure Crystal. Apatite is a collection of mathematical and scientific algorithms. Currently it implements the API from Ruby's `Matrix` class for both `Matrix` and `Vector`. This API will be added to as needs arise. The goal is for this project to eventually contain everything you could get from SciPy, but in pure Crystal.
## Installation ## Installation
@ -45,4 +47,4 @@ Check out the [documentation](https://watzon.github.io/apatite/) for usage examp
## Contributors ## Contributors
- [Chris Watson](https://github.com/watzon) - creator and maintainer - [Chris Watson](https://github.com/watzon) - creator and maintainer