| NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 11.4.0.*
    | 
Compute the indefinite integral of a given signal. More...
| Functions | |
| NppStatus | nppsIntegralGetBufferSize_32s (int nLength, int *hpBufferSize) | 
| NppStatus | nppsIntegral_32s_Ctx (const Npp32s *pSrc, Npp32s *pDst, int nLength, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx) | 
| NppStatus | nppsIntegral_32s (const Npp32s *pSrc, Npp32s *pDst, int nLength, Npp8u *pDeviceBuffer) | 
Compute the indefinite integral of a given signal.
The i-th element is computed to be
![\[ s'_i = \sum_0^i s_j \]](form_124.png) 
| NppStatus nppsIntegral_32s | ( | const Npp32s * | pSrc, | 
| Npp32s * | pDst, | ||
| int | nLength, | ||
| Npp8u * | pDeviceBuffer | ||
| ) | 
| NppStatus nppsIntegral_32s_Ctx | ( | const Npp32s * | pSrc, | 
| Npp32s * | pDst, | ||
| int | nLength, | ||
| Npp8u * | pDeviceBuffer, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
| NppStatus nppsIntegralGetBufferSize_32s | ( | int | nLength, | 
| int * | hpBufferSize | ||
| ) |