SymbolicCGenerate[cfun, name, opts] generates symbolic C from the compiled function cfun using name as the exported function name.
Mathematica's core tree-oriented symbolic language makes it well suited to working with a hierarchical view of C code as Mathematica expressions. This supports the use of the ...
Widget["FontChooser"] provides a panel for making a font selection based on a name, style, and size.
NFourierSeries[expr, t, n] gives a numerical approximation to the order n Fourier exponential series expansion of expr, where expr is a periodic function of t with period 2 ...
Radius
(Numerical Calculus Package Symbol) Radius is an option to NSeries that specifies the radius of the circle around which the function is to be sampled.
Geodesate
(Polyhedron Operations Package Symbol) Geodesate[expr, n] replaces each polygon in graphics expression expr by the projection onto the circumscribed sphere of the order n regular tessellation of that ...
NVariationalBound[f, u[x ], {x, x_min, x_max}, u_t, {a, a_0}, {b, b_0}, ...] numerically searches for values of the parameters a, b, ... of a trial function u_t, starting ...
You can define wavelets to plug into the wavelet analysis framework by using the correct template. A wavelet wave is of the form wfam[args], where wfam is the symbol that ...
CUDAClamp[lst] clamps the values of lst between automatically determined values.CUDAClamp[lst, low, high] clamps the values of lst between low and high.
CUDADot[vec 1, vec 2] gives the dot product of vec_1 and vec_2.CUDADot[mat, vec] gives the matrix-vector product of mat and vec.CUDADot[mat_1, mat_2] gives the matrix-matrix ...