621 - 630 of 727 for universal interfaceSearch Results
View search results from all Wolfram sites (186803 matches)
CloseKernels   (Built-in Mathematica Symbol)
CloseKernels[] terminates all parallel kernels from the list Kernels[].CloseKernels[k] terminates the kernel k.CloseKernels[{k_1, k_2, ...}] terminates the kernels k_1, k_2, ...
CriticalSection   (Built-in Mathematica Symbol)
CriticalSection[{var_1, var_2, ...}, expr] locks the variables var_i with respect to parallel computation, evaluates expr, then releases the var_i.
ParallelSum   (Built-in Mathematica Symbol)
ParallelSum[expr, {i, i_max}] evaluates in parallel the sum \[Sum]i = 1 i_max expr.ParallelSum[expr, {i, i_min, i_max}] starts with i = i min.ParallelSum[expr, {i, i_min, ...
WaitNext   (Built-in Mathematica Symbol)
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 ...
JavaShow   (JLink Symbol)
JavaShow[window] causes the specified Java window to be brought to the foreground, so that it appears in front of notebook windows.
ShowNETConsole   (NETLink Symbol)
ShowNETConsole[] displays the .NET console window and begins capturing output sent to the Console.Out and Console.Error streams.ShowNETConsole["stdout"] captures only ...
ParetoDistribution   (Built-in Mathematica Symbol)
ParetoDistribution[k, \[Alpha]] represents a Pareto distribution with minimum value parameter k and shape parameter \[Alpha].ParetoDistribution[k, \[Alpha], \[Mu]] represents ...
Calling Java from Mathematica   (JLink Tutorial)
J/Link provides Mathematica users with the ability to interact with arbitrary Java classes directly from Mathematica. You can create objects and call methods directly in the ...
DistributeDefinitions   (Built-in Mathematica Symbol)
DistributeDefinitions[s_1, s_2, ...] distributes all definitions for the symbols s_i to all parallel kernels.DistributeDefinitions["context"] distributes definitions for all ...
LaunchKernels   (Built-in Mathematica Symbol)
LaunchKernels[] launches all currently configured parallel subkernels.LaunchKernels[n] launches n local subkernels on the current computer.LaunchKernels[des] launches a ...
1 ... 60|61|62|63|64|65|66 ... 73 Previous Next

...