Distributed Matrix<T>.Multiply Core Method
Multiplies a matrix by a scalar.
Definition
Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A matrix whose elements are the sum of the corresponding elements of this matrix and value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected override Matrix<T> MultiplyCore(
T value,
Matrix<T>? result
)
Parameters
Return Value
Matrix<T>A matrix whose elements are the sum of the corresponding elements of this matrix and value.