$MaxPiecewiseCases gives the maximum number of cases to allow in explicit Piecewise objects generated by expanding any single piecewise function.
The standard front end interface, as discussed in "Using a Notebook Interface", is appropriate for most users' purposes. In some cases, however, you may not need to use the ...
CUDADilation[img, r] gives the morphological dilation of img with respect to a range-r square.CUDADilation[mem, r] gives the morphological dilation of list with respect to a ...
CUDAErosion[img, r] gives the morphological erosion of img with respect to a range-r square.CUDAErosion[list, r] gives the morphological erosion of list with respect to a ...
CUDAFold[f, x, list] gives the last element of CUDAFoldList[f, x, list].
CUDAMemoryCopyToHost[mem] force copies CUDAMemory from the GPU to the CPU.
CUDAOpening[img, r] gives the morphological opening of img with respect to a range-r square.CUDAOpening[list, r] gives the morphological opening of list with respect to a ...
MakeJavaObject[expr] constructs a new Java object whose "value" is expr.
$LibraryError returns the system-dependent error message from loading a library, or None if there was no error.
OpenCLMemoryCopyToHost[mem] force copies OpenCLMemory from the GPU to the CPU.