Subtracts a matrix from a scalar.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected override Matrix<T> SubtractAsRightCore(
T value,
Matrix<T> result
)
Protected Overrides Function SubtractAsRightCore (
value As T,
result As Matrix(Of T)
) As Matrix(Of T)
protected:
virtual Matrix<T>^ SubtractAsRightCore(
T value,
Matrix<T>^ result
) override
abstract SubtractAsRightCore :
value : 'T *
result : Matrix<'T> -> Matrix<'T>
override SubtractAsRightCore :
value : 'T *
result : Matrix<'T> -> Matrix<'T>
Parameters
- value
- Type: T
- result
- Type: Extreme.MathematicsMatrixT
The matrix that is to hold the result. May be .
Return Value
Type:
MatrixTA matrix whose elements are
the difference between the corresponding elements of
this matrix and
left.
Numerical Libraries
Supported in: 6.0
Reference