Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 721 Bytes

File metadata and controls

56 lines (27 loc) · 721 Bytes

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

Matrix.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