ubit2 icon indicating copy to clipboard operation
ubit2 copied to clipboard

faster computations

Open slowkow opened this issue 9 years ago • 0 comments

Thinking about possible ways to speed up the computations...

  • [ ] ArrayBuffer to store large data for computations
  • [ ] numbers.js for common functions
  • [ ] numeric.js for common functions like abs, dot, eig, svd, etc.
  • [ ] jstat for linear algebra, t-test, ANOVA
  • [ ] mathjs for interactive command line application, matrices, etc.
  • [ ] reorder.js for reordering or permuting matrices
  • [ ] webblas to do numerical computations with matrices

slowkow avatar Feb 08 '16 22:02 slowkow