Uses of Class
jcuda.jnpp.types.Npp64fc

Packages that use Npp64fc
jcuda.jnpp Contains the classes of JNpp. 
 

Uses of Npp64fc in jcuda.jnpp
 

Methods in jcuda.jnpp with parameters of type Npp64fc
static int JNpps.nppsAddC_64fc_I(Npp64fc nValue, TypedPointer<Npp64f> pSrcDst, int nLength)
           64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal add constant.
static int JNpps.nppsAddC_64fc(TypedPointer<Npp64f> pSrc, Npp64fc nValue, TypedPointer<Npp64f> pDst, int nLength)
           64-bit floating point complex number (64 bit real, 64 bit imaginary) signal add constant.
static int JNpps.nppsDivC_64fc_I(Npp64fc nValue, TypedPointer<Npp64f> pSrcDst, int nLength)
           64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal divided by constant.
static int JNpps.nppsDivC_64fc(TypedPointer<Npp64f> pSrc, Npp64fc nValue, TypedPointer<Npp64f> pDst, int nLength)
           64-bit floating point complex number (64 bit real, 64 bit imaginary) signal divided by constant.
static int JNpps.nppsMulC_64fc_I(Npp64fc nValue, TypedPointer<Npp64f> pSrcDst, int nLength)
           64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal times constant.
static int JNpps.nppsMulC_64fc(TypedPointer<Npp64f> pSrc, Npp64fc nValue, TypedPointer<Npp64f> pDst, int nLength)
           64-bit floating point complex number (64 bit real, 64 bit imaginary) signal times constant.
static int JNpps.nppsNormalize_64fc(TypedPointer<Npp64f> pSrc, TypedPointer<Npp64f> pDst, int nLength, Npp64fc vSub, double vDiv)
           64-bit complex floating point signal normalize.
static int JNpps.nppsSet_64fc(Npp64fc nValue, TypedPointer<Npp64f> pDst, int nLength)
           64-bit double complex, vector set method.
static int JNpps.nppsSubC_64fc_I(Npp64fc nValue, TypedPointer<Npp64f> pSrcDst, int nLength)
           64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal subtract constant.
static int JNpps.nppsSubC_64fc(TypedPointer<Npp64f> pSrc, Npp64fc nValue, TypedPointer<Npp64f> pDst, int nLength)
           64-bit floating point complex number (64 bit real, 64 bit imaginary) signal subtract constant.
static int JNpps.nppsSubCRev_64fc_I(Npp64fc nValue, TypedPointer<Npp64f> pSrcDst, int nLength)
           64-bit floating point complex number (64 bit real, 64 bit imaginary) in place signal subtract from constant.
static int JNpps.nppsSubCRev_64fc(TypedPointer<Npp64f> pSrc, Npp64fc nValue, TypedPointer<Npp64f> pDst, int nLength)
           64-bit floating point complex number (64 bit real, 64 bit imaginary) signal subtract from constant.
static int JNpps.nppsThreshold_GTVal_64fc_I(TypedPointer<Npp64f> pSrcDst, int nLength, double nLevel, Npp64fc nValue)
           64-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_GTVal_64fc(TypedPointer<Npp64f> pSrc, TypedPointer<Npp64f> pDst, int nLength, double nLevel, Npp64fc nValue)
           64-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level.
static int JNpps.nppsThreshold_LTVal_64fc_I(TypedPointer<Npp64f> pSrcDst, int nLength, double nLevel, Npp64fc nValue)
           64-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level.
static int JNpps.nppsThreshold_LTVal_64fc(TypedPointer<Npp64f> pSrc, TypedPointer<Npp64f> pDst, int nLength, double nLevel, Npp64fc nValue)
           64-bit floating point complex number signal NPP_CMP_LESS threshold with constant level.