Raises this vector in-place element-wise by another vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0
Reference