- cufftComplex
alias cufftComplex = Complex!(cufftReal)
Undocumented in source.
- cufftDoubleComplex
alias cufftDoubleComplex = Complex!(cufftDoubleReal)
Undocumented in source.
- cufftDoubleReal
alias cufftDoubleReal = double
Undocumented in source.
- cufftHandle
alias cufftHandle = int
Undocumented in source.
- cufftReal
alias cufftReal = float
Undocumented in source.
- da_cufftCreate
alias da_cufftCreate = cufftResult function(cufftHandle* handle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftDestroy
alias da_cufftDestroy = cufftResult function(cufftHandle plan)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftEstimate1d
alias da_cufftEstimate1d = cufftResult function(int nx, cufftType type, int batch, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftEstimate2d
alias da_cufftEstimate2d = cufftResult function(int nx, int ny, cufftType type, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftEstimate3d
alias da_cufftEstimate3d = cufftResult function(int nx, int ny, int nz, cufftType type, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftEstimateMany
alias da_cufftEstimateMany = cufftResult function(int rank, int* n, int* inembed, int istride, int idist, int* onembed, int ostride, int odist, cufftType type, int batch, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftExecC2C
alias da_cufftExecC2C = cufftResult function(cufftHandle plan, cufftComplex* idata, cufftComplex* odata, int direction)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftExecC2R
alias da_cufftExecC2R = cufftResult function(cufftHandle plan, cufftComplex* idata, cufftReal* odata)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftExecD2Z
alias da_cufftExecD2Z = cufftResult function(cufftHandle plan, cufftDoubleReal* idata, cufftDoubleComplex* odata)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftExecR2C
alias da_cufftExecR2C = cufftResult function(cufftHandle plan, cufftReal* idata, cufftComplex* odata)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftExecZ2D
alias da_cufftExecZ2D = cufftResult function(cufftHandle plan, cufftDoubleComplex* idata, cufftDoubleReal* odata)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftExecZ2Z
alias da_cufftExecZ2Z = cufftResult function(cufftHandle plan, cufftDoubleComplex* idata, cufftDoubleComplex* odata, int direction)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftGetSize
alias da_cufftGetSize = cufftResult function(cufftHandle handle, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftGetSize1d
alias da_cufftGetSize1d = cufftResult function(cufftHandle handle, int nx, cufftType type, int batch, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftGetSize2d
alias da_cufftGetSize2d = cufftResult function(cufftHandle handle, int nx, int ny, cufftType type, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftGetSize3d
alias da_cufftGetSize3d = cufftResult function(cufftHandle handle, int nx, int ny, int nz, cufftType type, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftGetSizeMany
alias da_cufftGetSizeMany = cufftResult function(cufftHandle handle, int rank, int* n, int* inembed, int istride, int idist, int* onembed, int ostride, int odist, cufftType type, int batch, size_t* workArea)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftGetSizeMany64
alias da_cufftGetSizeMany64 = cufftResult function(cufftHandle plan, int rank, long* n, long* inembed, long istride, long idist, long* onembed, long ostride, long odist, cufftType type, long batch, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftGetVersion
alias da_cufftGetVersion = cufftResult function(int* _version)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftMakePlan1d
alias da_cufftMakePlan1d = cufftResult function(cufftHandle plan, int nx, cufftType type, int batch, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftMakePlan2d
alias da_cufftMakePlan2d = cufftResult function(cufftHandle plan, int nx, int ny, cufftType type, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftMakePlan3d
alias da_cufftMakePlan3d = cufftResult function(cufftHandle plan, int nx, int ny, int nz, cufftType type, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftMakePlanMany
alias da_cufftMakePlanMany = cufftResult function(cufftHandle plan, int rank, int* n, int* inembed, int istride, int idist, int* onembed, int ostride, int odist, cufftType type, int batch, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftMakePlanMany64
alias da_cufftMakePlanMany64 = cufftResult function(cufftHandle plan, int rank, long* n, long* inembed, long istride, long idist, long* onembed, long ostride, long odist, cufftType type, long batch, size_t* workSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftPlan1d
alias da_cufftPlan1d = cufftResult function(cufftHandle* plan, int nx, cufftType type, int batch)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftPlan2d
alias da_cufftPlan2d = cufftResult function(cufftHandle* plan, int nx, int ny, cufftType type)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftPlan3d
alias da_cufftPlan3d = cufftResult function(cufftHandle* plan, int nx, int ny, int nz, cufftType type)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftPlanMany
alias da_cufftPlanMany = cufftResult function(cufftHandle* plan, int rank, int* n, int* inembed, int istride, int idist, int* onembed, int ostride, int odist, cufftType type, int batch)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftSetAutoAllocation
alias da_cufftSetAutoAllocation = cufftResult function(cufftHandle plan, int autoAllocate)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cufftSetWorkArea
alias da_cufftSetWorkArea = cufftResult function(cufftHandle plan, void* workArea)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.