Matrix<T>.Dot Multiply Multiply Operator
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Dot | Defines the element-wise exponentiation operator for matrices in F#. |
Dot | Defines the element-wise exponentiation operator for matrices in F#. |
Dot | Defines the element-wise exponentiation operator for matrices in F#. |
DotMultiplyMultiply(Matrix<T>, T) Operator
Defines the element-wise exponentiation operator for matrices in F#.
Parameters
Return Value
Matrix<T>A vector containing the products of corresponding elements in left and right.
DotMultiplyMultiply(Matrix<T>, Matrix<T>) Operator
Defines the element-wise exponentiation operator for matrices in F#.
Parameters
Return Value
Matrix<T>A vector containing the products of corresponding elements in left and right.
DotMultiplyMultiply(Matrix<T>, Int32) Operator
Defines the element-wise exponentiation operator for matrices in F#.
Parameters
Return Value
Matrix<T>A vector containing the products of corresponding elements in left and right.