NETNew[type] constructs a new object of the specified .NET type. NETNew[type, args...] constructs a new object of the specified .NET type, passing the supplied argument ...
RemoteKernelInformation[link] returns information about the Lightweight Grid kernel connected on link.RemoteKernelInformation[] returns information about all open Lightweight ...
RemoteServiceInformation[agent] returns information about the services provided by agent.RemoteServiceInformation[] returns information about services provided by agents on ...
This example illustrates how to use modal dialogs initiated from another window, optionally setting up property values on widgets in the modal dialog, and, when the modal ...
MATHEMATICA HOW TO Tutorials » Options for Cells Doing Computations in Notebooks See Also » InitializationCell More About » Evaluation Options in Notebooks Tokens Related to ...
CreateLibrary[source, name] compiles a string of C code and creates a library file, name.ext.CreateLibrary[{file 1, ...}, name] compiles a number of C source files and ...
Mathematica's core tree-oriented symbolic language makes it well suited to working with a hierarchical view of C code as Mathematica expressions. This supports the use of the ...
The CCompilerDriver Package lets you work with C compilers that are installed on your computer. It is used automatically by the Mathematica compiler when you set the option ...
CUDAMemoryAllocate[type, dim] gives CUDAMemory with specified type and single dimension.CUDAMemoryAllocate[type, {dim_1, dim_2, ...}] gives CUDAMemory with specified type and ...
CUDASort[vec] sorts the input vector.CUDASort[mem] sorts CUDAMemory in place.CUDASort[vec, op] sorts input with respect to the ordering function op.