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

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

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