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

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 🤺

Awesome Lists containing this project

README

          

# fleuret 🤺

`fleuret` is a simple Matrix class for JavaScript.

[![npm version](https://badge.fury.io/js/fleuret.svg)](https://www.npmjs.com/package/fleuret)
[![Build Status](https://travis-ci.com/onurtemizkan/fleuret.svg?token=ePsbwFqUWWxFFqAzXqqt&branch=master)](https://travis-ci.com/onurtemizkan/fleuret)
[![Coverage Status](https://coveralls.io/repos/github/onurtemizkan/fleuret/badge.svg?branch=master)](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.