Raises the element of a matrix to a constant power.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected virtual Matrix<T> ElementwisePowCore(
int exponent,
Matrix<T> result
)
Protected Overridable Function ElementwisePowCore (
exponent As Integer,
result As Matrix(Of T)
) As Matrix(Of T)
protected:
virtual Matrix<T>^ ElementwisePowCore(
int exponent,
Matrix<T>^ result
)
abstract ElementwisePowCore :
exponent : int *
result : Matrix<'T> -> Matrix<'T>
override ElementwisePowCore :
exponent : int *
result : Matrix<'T> -> Matrix<'T>
Parameters
- exponent
- Type: SystemInt32
A number. - result
- Type: Extreme.Mathematics.GenericMatrixT
The matrix that is to hold the result. May be .
Return Value
Type:
MatrixTA matrix whose elements are
the corresponding elements of this matrix
raised to the power
exponent.
Numerical Libraries
Supported in: 5.x
Reference