2.1.0 • Published 3 years ago

ml-sparse-matrix v2.1.0

Weekly downloads
213
License
MIT
Repository
github
Last release
3 years ago

sparse-matrix

NPM version build status coverage status npm download

Sparse matrix library.

Installation

$ npm i ml-sparse-matrix

Usage

import { SparseMatrix } from 'ml-sparse-matrix';

const matrix1 = new SparseMatrix([[1, 2], [3, 4]]);
const matrix2 = new SparseMatrix([[0, 5], [6, 7]]);
const product = matrix1.kroneckerProduct(matrix2);

API Documentation

License

MIT

2.1.0

3 years ago

2.0.0

5 years ago

1.0.0

6 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago