Matrix<T>.DotMultiplyMultiply(Matrix<T>, T) Operator

Defines the element-wise 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  Matrix<T>
A matrix.
right  T
A number.

Return Value

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

See Also