RemoteServicesAgent[properties] contains a list of properties for a Lightweight Grid Manager running on a networked computer.
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 ...
CoefficientArrays[polys, vars] gives the arrays of coefficients of the variables vars in the polynomials polys.
ParallelArray[f, n] generates in parallel a list of length n, with elements f[i], evaluated.ParallelArray[f, {n_1, n_2, ...}] generates in parallel an n_1*n_2*... array of ...
RiemannSiegelZ[t] gives the Riemann\[Dash]Siegel function Z(t).
VertexOutDegree[g] gives the list of vertex out-degrees for all vertices in the graph g.VertexOutDegree[g, v] gives the vertex out-degree for the vertex v.
WorkingPrecision is an option for various numerical operations that specifies how many digits of precision should be maintained in internal computations.
Mathematica provides a powerful and unique environment for parallel computing. Much of the functionality can be used with a minimum of effort and without paying too much ...
CConstant[] is a symbolic representation of a constant.
CDereference[obj] is a symbolic representation of the dereferencing of a pointer.