CUDAClamp[lst] clamps the values of lst between automatically determined values.CUDAClamp[lst, low, high] clamps the values of lst between low and high.
The basis for a nonlinear conjugate gradient method is to effectively apply the linear conjugate gradient method, where the residual is replaced by the gradient. A model ...
Log10
(Built-in Mathematica Symbol) Log10[x] gives the base-10 logarithm of x.
Mathematica provides a complete set of functions needed to compute and verify the controllability and observability properties of linear systems, as well as advanced ...
p_1 | p_2 | ... is a pattern object which represents any of the patterns p_i.
You will encounter nested lists if you use matrices or generate multidimensional arrays and tables. Mathematica provides many functions for handling such lists. A few ...
This document describes how to compile and run MathLink programs written in the C language on Mac OS X systems. ("MathLink and External Program Communication" describes how ...
HaarWavelet[] represents a Haar wavelet.
Min
(Built-in Mathematica Symbol) Min[x_1, x_2, ...] yields the numerically smallest of the x_i. Min[{x_1, x_2, ...}, {y_1, ...}, ...] yields the smallest element of any of the lists.
MeshStyle is an option for Plot3D, DensityPlot, and other plotting functions that specifies the style in which to draw a mesh.