SpheroidalEigenvalue[n, m, \[Gamma]] gives the spheroidal eigenvalue with degree n and order m.
Standardize[list] shifts and rescales the elements of list to have zero mean and unit sample variance.Standardize[list, f_1] shifts the elements in list by f_1[list] and ...
TogglerBar[x, {val_1, val_2, ...}] represents a toggler bar with setting x and with toggler buttons for values val_i to include in the list x.TogglerBar[Dynamic[x], {val_1, ...
VectorStyle is an option to VectorPlot, ListVectorPlot, and related functions that determines the style to use for drawing field vectors.
VertexQ
(Built-in Mathematica Symbol) VertexQ[g, v] yields True if v is a vertex in the graph g and False otherwise.
WeierstrassZeta[u, {g_2, g_3}] gives the Weierstrass zeta function \[Zeta](u; g_2, g_3).
With
(Built-in Mathematica Symbol) With[{x = x_0, y = y_0, ...}, expr] specifies that in expr occurrences of the symbols x, y, ... should be replaced by x_0, y_0, ....
CUDAClosing[img, r] gives the closing of img with respect to a range-r square.CUDAClosing[list, r] gives the closing of list with respect to a range-r square.CUDAClosing[mem, ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
TetGenGetNeighbors[expr] gets the neighbors in a TetGen expression.