Home > @josh-brown/vector > FloatMatrix > multiply
Implements matrix multiplication
Signature:
multiply(other: Matrix<number>): Matrix<number>;|
Parameter |
Type |
Description |
|---|---|---|
|
other |
Matrix<number> |
The matrix by which to multiply |
Returns:
Matrix<number>
The matrix product