Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic matrix math library.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages