OpenerView[{expr_1, expr_2}] represents an object which displays as an opener, together with expr_1 if the opener is closed, and both expr_1 and expr_2 if it is ...
ImageLines[image] finds line segments in image and returns the coordinates of their endpoints.ImageLines[image, t] uses the threshold t for selecting image ...
ProgressIndicator[x] represents a progress indicator with setting x in the range 0 to 1. ProgressIndicator[Dynamic[x]] takes the setting to be the dynamically updated current ...
Round
(Built-in Mathematica Symbol) Round[x] gives the integer closest to x. Round[x, a] rounds to the nearest multiple of a.
CUDAArgMinList[list] gives the index of the minimum element in list.
WalleniusHypergeometricDistribution[n, n_succ, n_tot, w] represents a Wallenius noncentral hypergeometric distribution.
A trust region method has a region around the current search point, where the quadratic model for "local minimization" is "trusted" to be correct and steps are chosen to stay ...
ParallelArray[f, n] generates in parallel a list of length n, with elements f[i], evaluated.ParallelArray[f, {n_1, n_2, ...}] generates in parallel an n_1*n_2*... array of ...
Expressions corresponding to notebooks. Here is a simple Mathematica notebook. Here is the expression that corresponds to this notebook.
This example demonstrates some simple interaction between user interface controls and some Mathematica scripting.