vatrix
v0.0.6
Published
matrix tools
Downloads
2
Readme
vatrix
#UNDER HEAVY DEVELOPMENT. NOT FINISHED and NOT USABLE (yet :)
vectors, matrices and vatrices. :D
inspiration WildLinAlg26: Change of basis and Taylor coefficient vectors
Why
There isn't a good, performant vectorn, matrixn library for javascript. And I need it.
Example
delve
var vatrix = require('vatrix')
For more examples, see tests/vatrix-test.js.
Install
npm
npm install vatrix
browser
Download src/delve.js, and include it as a script tag.