Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juangesino/algebra
- Owner: juangesino
- License: mit
- Created: 2016-10-13T18:47:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T01:27:58.000Z (over 8 years ago)
- Last Synced: 2025-01-22T19:06:55.952Z (15 days ago)
- Topics: algebra, algorithm, linear-algebra
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)