A two-dimensional array structure to facilitate fast(er) matrix operations. NOTE This quark is deprecated and development has moved to https://gitlab.com/dxarts/projects/matrixarray.quark
Install via SuperCollider's command line:
Quarks.install("https://github.com/mtmccrea/MatrixArray.quark")
Known issues are logged at GitHub.
0.1.0
- initial release.
This is a partial refactoring of the Matrix class from the
MathLib quark
originally authored by sc.solar, Till Bovermann, Christofer Fraunberger,
and Dan Stowell.
This refactoring includes a much faster determinant calculation based on LU Decomposition.
The algorithm is published in: Intel Application Notes AP-931, Streaming SIMD Extensions - LU Decomposition
The development of the MatrixArray Quark for SuperCollider3 is supported
by
The University of Washington's Center for Digital Arts and Experimental Media (DXARTS).
- Michael McCrea : [e-mail]