Raises two vectors elementwise.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected virtual Vector<T> ElementwisePowAsRightCore(
Vector<T> left,
Vector<T> result
)
Protected Overridable Function ElementwisePowAsRightCore (
left As Vector(Of T),
result As Vector(Of T)
) As Vector(Of T)
protected:
virtual Vector<T>^ ElementwisePowAsRightCore(
Vector<T>^ left,
Vector<T>^ result
)
abstract ElementwisePowAsRightCore :
left : Vector<'T> *
result : Vector<'T> -> Vector<'T>
override ElementwisePowAsRightCore :
left : Vector<'T> *
result : Vector<'T> -> Vector<'T>
Parameters
- left
- Type: Extreme.Mathematics.GenericVectorT
The left operand in the division. - result
- Type: Extreme.Mathematics.GenericVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorTA vector whose elements are
the quotient of the corresponding elements of
this vector and
left.
Numerical Libraries
Supported in: 5.x
Reference