Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juangesino/algebra

Methods and algorithms for linear algebra.
https://github.com/juangesino/algebra

algebra algorithm linear-algebra

Last synced: 15 days ago
JSON representation

Methods and algorithms for linear algebra.

Awesome Lists containing this project

README

        

# Algebra

Implementation of linear algebra algorithms in various languages:

- [Ruby](https://github.com/juangesino/algebra/tree/master/ruby)
- [Octave](https://github.com/juangesino/algebra/tree/master/octave)

## Contributing

1. Fork it ( https://github.com/juangesino/algebra/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

## License

See [MIT-LICENSE](https://github.com/juangesino/algebra/blob/master/LICENSE)