WaveletMapIndexed[f, wd] applies the function f to the arrays of coefficients and indices of a ContinuousWaveletData or DiscreteWaveletData object.WaveletMapIndexed[f, dwd, ...
RowReduce[m] gives the row-reduced form of the matrix m.
Lists are widely used in Mathematica, and there are many ways to construct them. Some explicit ways to construct lists. This gives a table of the first five powers of 2.
BooleanTable[bf] gives a list of truth values for all possible combinations of variable values supplied to the Boolean function bf.BooleanTable[expr, {a_1, a_2, ...}] gives a ...
PositiveDefiniteMatrixQ[m] tests whether m is a positive definite matrix.
Mathematica routinely handles huge arrays of numeric, symbolic, textual, or any other data, with any dimension or structure. Arrays are fully integrated into Mathematica's ...
ModularLambda[\[Tau]] gives the modular lambda elliptic function \[Lambda](\[Tau]).
BMP
(Mathematica Import/Export Format) MIME type: image/bmp BMP Windows bitmap format. Raster image format. Native bitmap format of the Microsoft Windows operating system. BMP is an acronym derived from Bitmap. ...
ToRules
(Built-in Mathematica Symbol) ToRules[eqns] takes logical combinations of equations, in the form generated by Roots and Reduce, and converts them to lists of rules, of the form produced by Solve.
OpenCLFunctionLoad[prog, fun, argtypes, blockdims] loads fun from source code prog, returning an OpenCLFunction object.OpenCLFunctionLoad[{progfile}, fun, argtypes, ...