Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 789 Bytes

File metadata and controls

56 lines (27 loc) · 789 Bytes

Home > @josh-brown/vector > SparseMatrix > multiply

SparseMatrix.multiply() method

Implements matrix multiplication

Signature:

multiply(other: Matrix<S>): Matrix<S>;

Parameters

Parameter

Type

Description

other

Matrix<S>

The matrix by which to multiply

Returns:

Matrix<S>

The matrix product