densematrix.js

0.0.0 • Public • Published

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]])

Readme

Keywords

none

Package Sidebar

Install

npm i densematrix.js

Weekly Downloads

1

Version

0.0.0

License

Apache-2.0

Unpacked Size

139 kB

Total Files

25

Last publish

Collaborators

  • c.sha