SystemsModelParallelConnect[sys_1, sys_2] connects TransferFunctionModel or StateSpaceModel objects sys_1 and sys_2 in parallel.SystemsModelParallelConnect[sys_1, sys_2, ...
Mathematica is the tool that has made possible Stephen Wolfram's exploration of the computational universe, and the emerging field of Wolfram Science (NKS). Whether for ...
WaitNext[{eid_1, eid_2, ...}] waits until the first evaluation represented by any of the eid_i finishes, then returns its result, the corresponding eid_i, and the list of ...
The functional and list-oriented characteristics of the core Mathematica language allow CUDALink to provide immediate built-in data parallelism, automatically distributing ...
Mathematica's strengths in algebraic computation and graphics as well as numerics combine to bring unprecedented flexibility and power to geometric computation. Making ...
CompilationTarget is an option for Compile that specifies the target runtime for the compiled function.
Monitor
(Built-in Mathematica Symbol) Monitor[expr, mon] generates a temporary monitor cell in which the continually updated current value of mon is displayed during the course of evaluation of expr.
Abort
(Built-in Mathematica Symbol) Abort[] generates an interrupt to abort a computation.
EvaluationObject[n, expr, ...] represents an expression submitted for evaluation on any available parallel kernel.
MathLink allows you to call an external program from within Mathematica even when that program is running on a remote computer. Typically, you need to start the program ...