Vector<T>.DotMultiplyMultiply(Vector<T>, Int32) Operator

Defines the componentwise exponentiation operator for matrices in F#.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
C# does not support this operator.

Parameters

left  Vector<T>
A vector.
right  Int32
An integer.

Return Value

Vector<T>
A vector containing the products of corresponding elements in left and right.

See Also