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