MeanFilter[image, r] filters image by replacing every value by the mean value in its range r neighborhood. MeanFilter[data, r] applies mean filtering to an array of data.
OpenCLMemoryAllocate[t, len] allocates a new one-dimensional list of type t returning OpenCLMemory.OpenCLMemoryAllocate[t, {d_1, d_2, ...}] allocates a new list of dimensions ...
HaarWavelet[] represents a Haar wavelet.
$NumberMarks gives the default value for the option NumberMarks, which specifies whether ` marks should be included in the input form representations of approximate numbers.
SQLCreateTable[conn, table, columns] creates a new table in an SQL connection.
Programming OpenCL in Mathematica is simple since the user need not write C wrapper code—which can be quite verbose, difficult to understand, and hard to debug. Using ...
A remote kernel in use may fail at any time, due to hardware, network, or software problems. A failure of a remote kernel will be noticed the next time Parallel Computing ...
I
(Built-in Mathematica Symbol) I represents the imaginary unit Sqrt[-1].
Parallelize[expr] evaluates expr using automatic parallelization.
StableDistribution[type, \[Alpha], \[Beta], \[Mu], \[Sigma]] represents the stable distribution S_type with index of stability \[Alpha], skewness parameter \[Beta], location ...