VectorMathPowInPlace Method |
| Name | Description | |
|---|---|---|
| PowInPlace(Double, Double) |
Raises each element of an array to the constant power.
And rewrite original Array with operation result.
| |
| PowInPlace(Vector, Double) |
Raises each element of a vector to the constant power.
And rewrite original vector with operation result.
| |
| PowInPlace(Double, Int32, Int32, Double) |
Raises each element of an array to the constant power.
And rewrite original Array with operation result.
|