Skip to content

MatrixOps3

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/dot/blob/main/js/MatrixOps3.js for the most up-to-date information.

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.