I'm a little bit confused as to the purpose of this library, aside from "we would like an abstract linear algebra library".
If it's for scientific computing, why is it in Javascript? High performance linear algebra code is hard enough in C or Fortran, so Javascript is an awful choice! If however, it's for applying "interesting" transforms to vector graphics, why does it have such a low level interface (e.g. access to individual elements of vectors)?