SetOptions[s, name_1 -> value_1, name_2 -> value_2, ...] sets the specified default options for a symbol s. SetOptions[stream, ...] or SetOptions["name", ...] sets options ...
The web services client for Mathematica allows users to call operations that are based remotely on other platforms or languages that are not immediately accessible to ...
DOT
(Mathematica Import/Export Format) DOT graph language and data format. Commonly used exchange format for graphs. Stores a single attributed, directed, or undirected graph. Can contain user-defined graph, edge, ...
XHTML
(Mathematica Import/Export Format) Registered MIME type: application/xhtml+xml XHTML markup language and file format. XML-based reformulation of HTML. XHTML is an acronym derived from Extensible Hypertext ...
InvokeMethod[name, {} | content] calls a widget method on the wrapping contexted widget.InvokeMethod[{target, name}, content] calls a widget method on the specified target ...
C
(Mathematica Import/Export Format) C programming language. General purpose implementation language for computer systems and applications. Developed at Bell Telephone Laboratories in 1972.
RuntimeAttributes is an option for Compile that specifies attributes for the compiled function it creates.
SymbolicCUDADeclareIndexBlock[dim] is a symbolic representation of a CUDA kernel index declaration.
SymbolicCUDAFunction[name, args] is a symbolic representation of a CUDA function declaration.SymbolicCUDAFunction[name, args, body] is a symbolic representation of a CUDA ...
SQLBeginTransaction[conn] initiates an SQL transaction.