LQEstimatorGains[ss, {w, v}] gives the optimal estimator gain matrix for the StateSpaceModel object ss with process and measurement noise covariance matrices w and ...
This document describes how to compile and run MathLink programs written in the C language on Mac OS X systems. ("MathLink and External Program Communication" describes how ...
CompilePrint[cfun] prints a human readable form of a compiled function.
LightweightGrid[agent] is a description of a subkernel to be launched on agent by the Lightweight Grid SystemLightweightGrid[{"Agent" -> agent, "KernelCount" -> count, ...
RemoteServices[manager] is a description of a subkernel to be launched on manager by the Lightweight Grid System.RemoteServices[{"Agent" -> agent, "KernelCount" -> count, ...
CContinue[] is a symbolic representation of a continue statement.
CDereference[obj] is a symbolic representation of the dereferencing of a pointer.
CDo
(SymbolicC Package Symbol) CDo[body, test] is a symbolic representation of a do/while statement.
CError
(SymbolicC Package Symbol) CError[line] is a symbolic representation of a preprocessor error directive.
CFor
(SymbolicC Package Symbol) CFor[init, test, incr, body] is a symbolic representation of a for loop.