| NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 11.2.1.*
    | 
Cube root of each sample of a signal. More...
| Functions | |
| NppStatus | nppsCubrt_32f_Ctx (const Npp32f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx) | 
| 32-bit floating point signal cube root.  More... | |
| NppStatus | nppsCubrt_32f (const Npp32f *pSrc, Npp32f *pDst, int nLength) | 
| NppStatus | nppsCubrt_32s16s_Sfs_Ctx (const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx) | 
| 32-bit signed integer signal cube root, scale, then clamp to 16-bit signed integer saturated value.  More... | |
| NppStatus | nppsCubrt_32s16s_Sfs (const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor) | 
Cube root of each sample of a signal.
| NppStatus nppsCubrt_32f_Ctx | ( | const Npp32f * | pSrc, | 
| Npp32f * | pDst, | ||
| int | nLength, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
32-bit floating point signal cube root.
| pSrc | Source Signal Pointer. | 
| pDst | Destination Signal Pointer. | 
| nLength | Signal Length. | 
| nppStreamCtx | Application Managed Stream Context. | 
| NppStatus nppsCubrt_32s16s_Sfs | ( | const Npp32s * | pSrc, | 
| Npp16s * | pDst, | ||
| int | nLength, | ||
| int | nScaleFactor | ||
| ) | 
| NppStatus nppsCubrt_32s16s_Sfs_Ctx | ( | const Npp32s * | pSrc, | 
| Npp16s * | pDst, | ||
| int | nLength, | ||
| int | nScaleFactor, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
32-bit signed integer signal cube root, scale, then clamp to 16-bit signed integer saturated value.
| pSrc | Source Signal Pointer. | 
| pDst | Destination Signal Pointer. | 
| nLength | Signal Length. | 
| nScaleFactor | Integer Result Scaling. | 
| nppStreamCtx | Application Managed Stream Context. |