Power and Root Functions
- v?Inv
Performs element by element inversion of the vector.
- v?Div
Performs element by element division of vector a by vector b
- v?Sqrt
Computes a square root of vector elements.
- v?InvSqrt
Computes an inverse square root of vector elements.
- v?Cbrt
Computes a cube root of vector elements.
- v?InvCbrt
Computes an inverse cube root of vector elements.
- v?Pow2o3
Computes the cube root of the square of each vector element.
- v?Pow3o2
Computes the square root of the cube of each vector element.
- v?Pow
Computes a to the power b for elements of two vectors.
- v?Powx
Computes vector a to the scalar power b.
- v?Powr
Computes a to the power b for elements of two vectors, where the elements of vector argument a are all non-negative.
- v?Hypot
Computes a square root of sum of two squared elements.