1.1.1 • Published 2 years ago

@rewforen/js-matrix v1.1.1

Weekly downloads
-
License
Apache License 2....
Repository
github
Last release
2 years ago

JS-Matrix

A basic matrix math library.

Installation

npm install @rewforen/js-matrix

Usage

const { Matrix } = require('js-matrix');

let mat = new Matrix(2, 3, [1, 2, 3, 4, 5, 6]);

Contributing

  1. Clone the repository
git clone https://github.com/RewForeN/JS-Matrix.git
  1. Perform a clean install
npm ci
1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago