0.1.0 • Published 8 years ago

matrix.drom v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Matrix

Matrix library in JavaScript

API

var mx = matrix(stdlib, foreign, heap);

mx.uniqueCols(mx, geometry)

Remove duplicate columns from the matrix.

mx.uniqueRows(mx, geometry)

Remove duplicate rows from the matrix.

0.1.0

8 years ago