Home > @josh-brown/vector > FloatMatrix > add
Implements matrix addition
Signature:
add(other: Matrix<number>): Matrix<number>;|
Parameter |
Type |
Description |
|---|---|---|
|
other |
Matrix<number> |
The matrix to add |
Returns:
Matrix<number>
The matrix sum
Home > @josh-brown/vector > FloatMatrix > add
Implements matrix addition
Signature:
add(other: Matrix<number>): Matrix<number>;|
Parameter |
Type |
Description |
|---|---|---|
|
other |
Matrix<number> |
The matrix to add |
Returns:
Matrix<number>
The matrix sum