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