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