The NIntegrate Explorer is a GUI that lets you do numerical quadrature using NIntegrate. It opens a tool that lets you enter an integrand, set a region, then modify and ...
$CUDALinkLibraryPath is the directory that contains the CUDALink libraries for the system.
$OpenCLLinkLibraryPath gives the path to the OpenCLLink library files.
$OpenCLLinkPath gives the path to the OpenCLLink application.
Mathematica provides a powerful and unique environment for parallel computing. Much of the functionality can be used with a minimum of effort and without paying too much ...
Mathematica 8 introduces interactive content delivered by Wolfram|Alpha directly into your documents. Additionally, Mathematica 8 extends the existing set of interface ...
CUDABoxFilter[img, r] gives the box filter of img with radius r.CUDABoxFilter[list, r] gives the box filter of list with radius r.CUDABoxFilter[mem, r] gives the box filter ...
Parallelization is an option for Compile that specifies whether it should create a compiled function that could run in parallel.
SymbolicCUDABlockDimension[dim] is a symbolic representation of a CUDA kernel block dimension call.
SymbolicCUDABlockIndex[dim] is a symbolic representation of a CUDA kernel block index call.