LineIntegralConvolutionPlot[{{v_x, v_y}, image}, {x, x_min, x_max}, {y, y_min, y_max}] generates a line integral convolution plot of image convolved with the vector field ...
RecurrenceTable[eqns, expr, {n, n_max}] generates a list of values of expr for successive n based on solving the recurrence equations eqns.RecurrenceTable[eqns, expr, nspec] ...
VectorPlot3D[{v_x, v_y, v_z}, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] generates a 3D vector plot of the vector field {v_x, v_y, v_z} as a function of x, y, ...
$CCompilerDefaultDirectory returns the default location for creating output.
CAddress[obj] is a symbolic representation of the address of an object.
CConditional[test, trueArg, falseArg] is a symbolic representation of an inline conditional expression.
CConstant[] is a symbolic representation of a constant.
CContinue[] is a symbolic representation of a continue statement.
CDereference[obj] is a symbolic representation of the dereferencing of a pointer.
CGoto
(SymbolicC Package Symbol) CGoto[label] is a symbolic representation of a goto statement.