Raises the element of a vector to a constant power.
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> ElementwisePowCore(
T exponent,
Vector<T> result
)
Protected Overridable Function ElementwisePowCore (
exponent As T,
result As Vector(Of T)
) As Vector(Of T)
protected:
virtual Vector<T>^ ElementwisePowCore(
T exponent,
Vector<T>^ result
)
abstract ElementwisePowCore :
exponent : 'T *
result : Vector<'T> -> Vector<'T>
override ElementwisePowCore :
exponent : 'T *
result : Vector<'T> -> Vector<'T>
Parameters
- exponent
- Type: T
A number. - result
- Type: Extreme.Mathematics.GenericVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorTA vector whose elements are
the corresponding elements of this vector
raised to the power
exponent.
Numerical Libraries
Supported in: 5.x
Reference