SymbolicCUDADeclareIndexBlock[dim] is a symbolic representation of a CUDA kernel index declaration.
SymbolicCUDAFunction[name, args] is a symbolic representation of a CUDA function declaration.SymbolicCUDAFunction[name, args, body] is a symbolic representation of a CUDA ...
SymbolicOpenCLDeclareIndexBlock[dim] is a symbolic representation of an OpenCL kernel index declaration.
SymbolicOpenCLFunction[name, args] is a symbolic representation of an OpenCL function declaration.SymbolicOpenCLFunction[name, args, body] is a symbolic representation of an ...
InstallServiceOperation[name, endpoint, arguments, headers] creates a function for the web service operation using the end point, arguments, and options.
ParallelCombine[f, h[e_1, e_2, ...], comb] evaluates f[h[e_1, e_2, ...]] in parallel by distributing parts of the computation to all parallel kernels and combining the ...
Power
(Built-in Mathematica Symbol) x^y gives x to the power y.
IntegerPart[x] gives the integer part of x.
HazardFunction[dist, x] gives the hazard function for the symbolic distribution dist evaluated at x.HazardFunction[dist, {x_1, x_2, ...}] gives the multivariate hazard ...
In many kinds of numerical computations, it is convenient to introduce approximate functions. Approximate functions can be thought of as generalizations of ordinary ...