Dense Matrix<T, TSlice, TStorage2D>.Subtract As Right Core Method
Subtracts a matrix from a scalar.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A matrix whose elements are the difference between the corresponding elements of this matrix and left.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected override Matrix<T> SubtractAsRightCore(
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 left.