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