apatite v0.1.0

Apatite is a fundamental package for scientific computing with Crystal

Apatite

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

  1. Add the dependency to your shard.yml:

    dependencies:
      apatite:
        github: watzon/apatite
    
  2. Run shards install

Usage

require "apatite"

Check out the documentation for usage examples.

Roadmap

  • Linear Algebra
    • Vector
    • Matrix
    • NDArray
    • Line
    • Plane
    • Polygon
    • LinkedList

Contributing

  1. Fork it (https://github.com/watzon/apatite/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

apatite

Owner
Statistic
  • 9
  • 3
  • 0
  • 4
  • 0
  • about 1 year ago
  • May 5, 2019
License

GNU General Public License v3.0

Links
Synced at

Sun, 05 May 2024 01:51:06 GMT

Languages