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