IArray Functions<T, TShape, TArray>.Multiply Method
Multiplies each element of an array by the corresponding element in another array.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
void Multiply(
TShape shape,
TArray first,
TArray second,
TArray result
)