0.0.0 • Published 4 years ago
densematrix.js v0.0.0
DenseMatrix.js
A TypeScript tensor arithmetics library that supports Arithmetic Types. Forked from math.js.
Example
import { DenseMatrix } from 'densematrix.js'
const A = DenseMatrix([[1,2],[3,4]])
const B = DenseMatrix([[0,1],[1,0]])
0.0.0
4 years ago