0.0.8 • Published 11 years ago

citron v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

Citron

Citron is a research project, math library focused on matrices.

We use hand-written asm.js to achieve near-native perfomance.

Status:

master branch is bleeding edge.

0.0.8

  • Module returns object with one method - getRawModule. This method returns string containing asm.js module.

Roadmap

0.1.0

  • Support for integer matrices of any size
  • Support for operations (integer matrices): get, set, addAt, addAtInPlace, addMatrix, addMatrixInPlace, clone, scalarMultiply, scalarMultiplyInPlace

0.2.0

  • Support for operations (integer matrices): multiply, transposition, trace

0.3.0

  • Support for operations (integer matrices): minor, determinant, inverse

0.4.0

  • Support for float matrices

0.5.0

Stable API.

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago