MATHLIB User Guide
MATHLIB_pow.h File Reference

Go to the source code of this file.

Functions

template<typename T >
MATHLIB_STATUS MATHLIB_pow (size_t length, T *pSrc0, T *pSrc1, T *pDst)
 Performs the elementwise power of input vectors. Function can be overloaded with float and double pointers, and the appropriate precision is employed to compute elementwise power of the input vectors. More...
 
MATHLIB_STATUS MATHLIB_pow_sp (size_t length, float *pSrc0, float *pSrc1, float *pDst)
 This function is the C interface for MATHLIB_pow. Function accepts float pointers. More...
 
MATHLIB_STATUS MATHLIB_pow_dp (size_t length, double *pSrc0, double *pSrc1, double *pDst)
 This function is the C interface for MATHLIB_pow. Function accepts double pointers. More...