lnagb.js Documentation

Matrices

One of the three major components of lnagb.js. This component groups matrix classes.


Matrices~Matrix

Contains the Matrix class, which encodes basic matrices of any size in linear algebra.

Kind: inner export of Matrices
See: Matrix


Matrices~Matrix2

Contains the Matrix2 class, which encodes 2 x 2 matrices in linear algebra.

Kind: inner export of Matrices
See: Matrix2


Matrices~Matrix3

Contains the Matrix3 class, which encodes 3 x 3 matrices in linear algebra.

Kind: inner export of Matrices
See: Matrix3


Matrices~Matrix4

Contains the Matrix4 class, which encodes 4 x 4 matrices in linear algebra.

Kind: inner export of Matrices
See: Matrix4


Matrices~SquareMatrix

Contains the SquareMatrix class, which is similar to the Matrix class but only encodes square matrices.

Kind: inner export of Matrices
See: SquareMatrix


Matrices~IdentityMatrix

Contains the IdentityMatrix class, which encodes read-only identity matrices.

Kind: inner export of Matrices
See: IdentityMatrix


Matrices~AugmentedMatrix

Contains the AugmentedMatrix class, which encodes augmented matrices.

Kind: inner export of Matrices
See: AugmentedMatrix


Matrices~MatrixTranspose

Contains the MatrixTranspose class, which storage-efficiently encodes transpositions.

Kind: inner export of Matrices
See: MatrixTranspose