MatrixOps3¶
Overview¶
Fast 3x3 matrix computations at the lower level, including an SVD implementation that is fully stable. Overall, it uses a heavily mutable style, passing in the object where the result(s) will be stored.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Source Code¶
See the source for MatrixOps3.js in the dot repository.