CUDAClamp[lst] clamps the values of lst between automatically determined values.CUDAClamp[lst, low, high] clamps the values of lst between low and high.
CUDAFunction[args] represents a function loaded using CUDAFunctionLoad.
OpenSQLConnection[src] makes a connection to a data source.OpenSQLConnection[] opens a GUI that helps to make a connection to a data source.
This User Guide is divided into two parts, reflecting the traditional distinction between the two ways of using Mathematica with external programs. The first use is to extend ...
DefineDLLFunction["func", " dll", rtype, atypes] returns a Mathematica function that calls the specified function func with argument types atypes and return type rtype in the ...
OpenCLFunction[args] represents a function loaded using OpenCLFunctionLoad.
HoytDistribution[q, \[Omega]] represents a Hoyt distribution with shape parameter q and spread parameter \[Omega].
CreateExecutable[source, name] compiles a string of C code and creates an executable file, name.ext.CreateExecutable[{file 1, ...}, name] compiles a number of C and mprep ...
Widget["TextPanel"] represents a text panel.
Widget["WizardPage"] represents a page of a wizard.