Skip to content

Repository files navigation

ml-sparse-matrix

NPM versioncoverage statusnpm download

Sparse matrix library.

Installation

$ npm i ml-sparse-matrix

Usage

import{SparseMatrix}from'ml-sparse-matrix';constmatrix1=newSparseMatrix([[1,2],[3,4],]);constmatrix2=newSparseMatrix([[0,5],[6,7],]);constproduct=matrix1.kroneckerProduct(matrix2);

License

MIT

About

Sparse matrix library

Resources

Stars

5 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages