Vector<T>.ElementwisePowInPlace(T) 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(
	T exponent
)

Parameters

exponent  T
A number.

Return Value

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

See Also