Multiplies the elements of a vector by the corresponding
elements of another vector.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Vector<T> ElementwiseConjugateMultiply(
Vector<T> left,
Vector<T> right
)
Public Shared Function ElementwiseConjugateMultiply (
left As Vector(Of T),
right As Vector(Of T)
) As Vector(Of T)
public:
static Vector<T>^ ElementwiseConjugateMultiply(
Vector<T>^ left,
Vector<T>^ right
)
static member ElementwiseConjugateMultiply :
left : Vector<'T> *
right : Vector<'T> -> Vector<'T>
Parameters
- left
- Type: Extreme.Mathematics.GenericVectorT
The first vector. - right
- Type: Extreme.Mathematics.GenericVectorT
The second vector.
Return Value
Type:
VectorTA new vector whose elements are equal to the
products of the elements of
left and
right .
Numerical Libraries
Supported in: 5.x
Reference