One of the most powerful aspects of graphics in Mathematica is the availability of three-dimensional as well as two-dimensional graphics primitives. By combining ...
When derivatives cannot be computed symbolically, "Newton's" method will be used, but with a finite difference approximation to the Jacobian. This can have costs in terms of ...
Vectors and matrices in Mathematica are simply represented by lists and by lists of lists, respectively. The representation of vectors and matrices by lists. This is a 2×2 ...
RemoteKernelClose[kernel] closes a Lightweight Grid kernel.
CAssign[lhs, rhs] is a symbolic representation of an assignment statement.
CFunction[type, name, args, body] is a symbolic representation of a function definition.CFunction[type, name, args] is a symbolic representation of a function declaration.
COperator[oper, arg_1, ...] is a symbolic representation of an operator.
CPreprocessorIfdef[cond] is a symbolic representation of a preprocessor ifdef conditional.CPreprocessorIfdef[cond, true, false] represents the true and false cases.
CStandardMathOperator[oper, args] is a symbolic representation of a standard math operator.
CStruct[name, members] is a symbolic representation of a struct.CStruct[name] declares a struct without specifying the contents.CStruct[None, members] does not give the ...