Raises this matrix in-place element-wise by another matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Matrix<T> ElementwisePowInPlace(
Matrix<T> exponent
)
Public Overridable Function ElementwisePowInPlace (
exponent As Matrix(Of T)
) As Matrix(Of T)
public:
virtual Matrix<T>^ ElementwisePowInPlace(
Matrix<T>^ exponent
)
abstract ElementwisePowInPlace :
exponent : Matrix<'T> -> Matrix<'T>
override ElementwisePowInPlace :
exponent : Matrix<'T> -> Matrix<'T>
Parameters
- exponent
- Type: Extreme.MathematicsMatrixT
A matrix containing the exponents.
Return Value
Type:
MatrixTA reference to this instance.
Reference