One of the three major components of lnagb.js. This component groups matrix classes.
Contains the Matrix class, which encodes basic matrices of any size in linear algebra.
Kind: inner export of Matrices
See: Matrix
Contains the Matrix2 class, which encodes 2 x 2 matrices in linear algebra.
Kind: inner export of Matrices
See: Matrix2
Contains the Matrix3 class, which encodes 3 x 3 matrices in linear algebra.
Kind: inner export of Matrices
See: Matrix3
Contains the Matrix4 class, which encodes 4 x 4 matrices in linear algebra.
Kind: inner export of Matrices
See: Matrix4
Contains the SquareMatrix class, which is similar to the Matrix class but only encodes square matrices.
Kind: inner export of Matrices
See: SquareMatrix
Contains the IdentityMatrix class, which encodes read-only identity matrices.
Kind: inner export of Matrices
See: IdentityMatrix
Contains the AugmentedMatrix class, which encodes augmented matrices.
Kind: inner export of Matrices
See: AugmentedMatrix
Contains the MatrixTranspose class, which storage-efficiently encodes transpositions.
Kind: inner export of Matrices
See: MatrixTranspose