Methods
add
- add(rhs): this
Returns this
det
- det(): number
Returns number
invert
- invert(): boolean
Returns boolean
mul
- mul(rhs): this
Returns this
scale
- scale(factor): this
Returns this
sub
- sub(rhs): this
Returns this
transpose
- transpose(): this
Returns this
A N x N matrix.