Adds another matrix to this matrix in-place.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<T> AddInPlace(
Matrix<T> matrix
)
Public Function AddInPlace (
matrix As Matrix(Of T)
) As Matrix(Of T)
public:
Matrix<T>^ AddInPlace(
Matrix<T>^ matrix
)
member AddInPlace :
matrix : Matrix<'T> -> Matrix<'T>
Parameters
- matrix
- Type: Extreme.MathematicsMatrixT
The matrix to add.
Return Value
Type:
MatrixTA reference to this instance.
Reference