Raises the elements of a vector in-place to a constant power.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> ElementwisePowInPlace(
int exponent
)
Public Function ElementwisePowInPlace (
exponent As Integer
) As Vector(Of T)
public:
Vector<T>^ ElementwisePowInPlace(
int exponent
)
member ElementwisePowInPlace :
exponent : int -> Vector<'T>
Parameters
- exponent
- Type: SystemInt32
A number.
Return Value
Type:
VectorTA vector whose elements are
the corresponding elements of the vector
raised to the power
exponent.
Reference