CUDAErosion[img, r] gives the morphological erosion of img with respect to a range-r square.CUDAErosion[list, r] gives the morphological erosion of list with respect to a ...
SQLArgument[arg1, arg2, ...] holds a sequence of arguments to an SQL query.
SQLConnection[...] is an object that represents a connection to a data source.
LoadNETAssembly[assembly] loads the specified assembly into the .NET runtime and returns a NETAssembly expression that can be used to identify the assembly. ...
LoadNETType["type"] loads the specified type into the .NET runtime and returns a NETType expression that can be used to identify the type.LoadNETType["type", assembly] loads ...
TetGenGetElements[expr] gets the elements in a TetGen expression.
TetGenGetFaceMarkers[expr] returns the face markers for a TetGen expression.
The functions defined in the NumericalCalculus` context provide support for finding numerical solutions to calculus-related problems. This loads the package: The built-in ...
HypercubeGraph[n] gives the n-dimensional hypercube graph Q_n.
PetersenGraph[n, k] gives the generalized Petersen graph P n, k.