matrix.drom
v0.1.0
Published
Matrix library in JavaScript
Downloads
22
Readme
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.
