0.0.8 • Published 11 years ago
citron v0.0.8
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.