https://github.com/faustinoaq/vector-matrix
Simulate matrix using vectors
https://github.com/faustinoaq/vector-matrix
crystal matrix
Last synced: 12 months ago
JSON representation
Simulate matrix using vectors
- Host: GitHub
- URL: https://github.com/faustinoaq/vector-matrix
- Owner: faustinoaq
- License: mit
- Created: 2017-09-26T03:08:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T17:08:24.000Z (over 8 years ago)
- Last Synced: 2025-02-05T21:37:16.750Z (about 1 year ago)
- Topics: crystal, matrix
- Language: Crystal
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vector Matrix
Simulate matrix operations using vectors.
## Usage
Run playgound and go to Workbook section.
```
$ shards install
$ crystal play
Listening on http://localhost:8080
```
## Contributing
1. Fork it ( https://github.com/faustinoaq/vector-matrix/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
- [faustinoaq](https://github.com/faustinoaq) Faustino Aguilar - creator, maintainer