Approximated equality
Returns Determinant of this matrix
Calcs this matrix inverse
Checks that the matrix have finite values
Checks that the matrix not have a weird NaN value
Define binary operator + and -
Define Scalar multiplication
Define Matrix Product
Define Matrix x Vector
Define Scalar multiplication
Define Vector x Matrix
Casting operation that allow convert between Matrix types
Define Equality
Returns i, j cell
Returns i row vector
Assigns a new cell value
Assigns a new row vector
Define unary operators + and -
Returns a visual representation of this matrix
Returns transposed matrix
Return a pointer of the internal array
Identity R2 matrix
Identity R3 matrix
Identity R4 matrix
Zero R2 matrix
Zero R3 matrix
Zero R4 matrix
Matrix number of cells
Matrix Dimension
Defines a squared Matrix of n = 2, 3 or 4 size, like a linear array of numbers in a row-major order