Multiplies two vectors elementwise.
Namespace: Extreme.Mathematics.Generic.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
protected override Vector<T> ElementwiseMultiplyCore(
Vector<T> other,
Vector<T> result
)
Protected Overrides Function ElementwiseMultiplyCore (
other As Vector(Of T),
result As Vector(Of T)
) As Vector(Of T)
protected:
virtual Vector<T>^ ElementwiseMultiplyCore(
Vector<T>^ other,
Vector<T>^ result
) override
abstract ElementwiseMultiplyCore :
other : Vector<'T> *
result : Vector<'T> -> Vector<'T>
override ElementwiseMultiplyCore :
other : Vector<'T> *
result : Vector<'T> -> Vector<'T>
Parameters
- other
- Type: Extreme.Mathematics.GenericVectorT
The second vector. - result
- Type: Extreme.Mathematics.GenericVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorTA vector whose elements are
the sum of the corresponding elements of
this vector and
other.
Numerical Libraries
Supported in: 5.x
Reference