Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 745 Bytes

File metadata and controls

56 lines (27 loc) · 745 Bytes

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

SparseMatrix.add() method

Implements matrix addition

Signature:

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

Parameters

Parameter

Type

Description

other

Matrix<S>

The matrix to add

Returns:

Matrix<S>

The matrix sum