https://github.com/bouk/matrix_tools
A gem that adds useful methods to the Ruby Matrix class
https://github.com/bouk/matrix_tools
Last synced: over 1 year ago
JSON representation
A gem that adds useful methods to the Ruby Matrix class
- Host: GitHub
- URL: https://github.com/bouk/matrix_tools
- Owner: bouk
- License: mit
- Created: 2013-02-21T22:03:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-11T13:41:00.000Z (about 13 years ago)
- Last Synced: 2025-01-23T01:11:22.750Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MatrixTools
This gem adds some useful methods to the Ruby Matrix class
## Contributing
1. Fork it
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 new Pull Request