Matrix<T>.Subtract As Left Core Method
Subtracts a scalar from a matrix.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A matrix whose elements are the difference between the corresponding elements of this matrix and value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected virtual Matrix<T> SubtractAsLeftCore(
T value,
Matrix<T> result
)
Parameters
Return Value
Matrix<T>A matrix whose elements are the difference between the corresponding elements of this matrix and value.