Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 761 Bytes

File metadata and controls

56 lines (27 loc) · 761 Bytes

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

FloatMatrix.add() method

Implements matrix addition

Signature:

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

Parameters

Parameter

Type

Description

other

Matrix<number>

The matrix to add

Returns:

Matrix<number>

The matrix sum