vatrix

matrix tools

Usage no npm install needed!

<script type="module">
  import vatrix from 'https://cdn.skypack.dev/vatrix';
</script>

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.