Raises the elements of a vector in-place 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)
public Vector<T> ElementwisePowInPlace(
T exponent
)
Public Function ElementwisePowInPlace (
exponent As T
) As Vector(Of T)
public:
Vector<T>^ ElementwisePowInPlace(
T exponent
)
member ElementwisePowInPlace :
exponent : 'T -> Vector<'T>
Parameters
- exponent
- Type: T
A number.
Return Value
Type:
VectorTA vector whose elements are
the corresponding elements of the vector
raised to the power
exponent.
Numerical Libraries
Supported in: 5.x
Reference