Vector<T>.ElementwisePowInPlace(Int32) Method

Raises the elements of a vector in-place to a constant power.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> ElementwisePowInPlace(
	int exponent
)

Parameters

exponent  Int32
A number.

Return Value

Vector<T>
A vector whose elements are the corresponding elements of the vector raised to the power exponent.

See Also