https://github.com/onurtemizkan/fleuret
A simple Matrix class in JavaScript 🤺
https://github.com/onurtemizkan/fleuret
es6 matrix numerical-computation
Last synced: 11 months ago
JSON representation
A simple Matrix class in JavaScript 🤺
- Host: GitHub
- URL: https://github.com/onurtemizkan/fleuret
- Owner: onurtemizkan
- License: mit
- Created: 2017-04-21T20:13:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:26:09.000Z (over 3 years ago)
- Last Synced: 2024-11-29T23:33:28.361Z (over 1 year ago)
- Topics: es6, matrix, numerical-computation
- Language: JavaScript
- Homepage: https://onurtemizkan.github.io/fleuret/
- Size: 206 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# fleuret 🤺
`fleuret` is a simple Matrix class for JavaScript.
[](https://www.npmjs.com/package/fleuret)
[](https://travis-ci.com/onurtemizkan/fleuret)
[](https://coveralls.io/github/onurtemizkan/fleuret?branch=master)
## Installation
Install fleuret using [`yarn`](https://yarnpkg.com/en/package/fleuret):
```bash
yarn add fleuret
```
Or via [`npm`](https://www.npmjs.com/):
```bash
npm install --save fleuret
```
## Compatibility
The minimum supported Node version is `v6.0.0`.
## Documentation
API Docs can be found in [`here`](https://onurtemizkan.github.io/fleuret/DOCUMENTATION)
## Contributing
Pull Requests are welcome. To propose changes, use these steps below;
- Fork this repository.
- Install dependencies with `yarn` or `npm install`.
- After making changes, run linter with `yarn lint`.
- Run tests with `yarn test`.
- Open a Pull Request.