Matrix<T>.ElementwisePowInPlace(T) Method

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

Definition

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

Parameters

exponent  T
A number.

Return Value

Matrix<T>
A matrix whose elements are the corresponding elements of the matrix raised to the power exponent.

See Also