Matrix<T>.Subtract As Left Core Method
Subtracts a scalar from a matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A matrix whose elements are the difference between the corresponding elements of this matrix and value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.