DatabaseLink provides two styles of commands for working with data: one for those who are familiar with Mathematica and the other for those who are familiar with SQL. ...
OpenCLLink allows Mathematica to use the OpenCL parallel computing language. It contains functions that facilitate loading user-defined OpenCL functions into Mathematica. ...
TetGenExport["file.ext", expr] exports data from a TetGen expression into a file. TetGenExport["file", expr, " format"] exports data in the specified format.
TetGenGetFaceMarkers[expr] returns the face markers for a TetGen expression.
GUIKit definitions are defined as a hierarchy of widgets, whether they are defined in the Mathematica expression format or in the XML format, GUIKitXML. A single ...
LogisticDistribution[\[Mu], \[Beta]] represents a logistic distribution with mean \[Mu] and scale parameter \[Beta].
MeyerWavelet[] represents the Meyer wavelet of order 3.MeyerWavelet[n] represents the Meyer wavelet of order n evaluated on the equally spaced interval {-10, ...
Power
(Built-in Mathematica Symbol) x^y gives x to the power y.
ProductLog[z] gives the principal solution for w in z == w e^w. ProductLog[k, z] gives the k\[Null]^th solution.
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 ...