If you represent the n^th term in a sequence as a[n], you can use a recurrence equation to specify how it is related to other terms in the sequence. RSolve takes recurrence ...
ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. ColorData["scheme", " property"] gives the specified ...
StationaryWaveletTransform[data] gives the stationary wavelet transform (SWT) of an array of data.StationaryWaveletTransform[data, wave] gives the stationary wavelet ...
CreateLibrary[source, name] compiles a string of C code and creates a library file, name.ext.CreateLibrary[{file 1, ...}, name] compiles a number of C source files and ...
CCS
(Cluster Integration Symbol) CCS["name"] represents a Windows Compute Cluster Server with the specified name.
HPC
(Cluster Integration Symbol) HPC["name"] represents a Windows High Performance Computing Server with the specified name.
CArray
(SymbolicC Package Symbol) CArray[name, args] is a symbolic representation of an array.
CBlock
(SymbolicC Package Symbol) CBlock[args] is a symbolic representation of a block of statements.
CBreak
(SymbolicC Package Symbol) CBreak[] is a symbolic representation of a break statement.
CCast
(SymbolicC Package Symbol) CCast[type, obj] is a symbolic representation of a cast of obj to type.