GraphPath[g, start, end] finds a shortest path between vertices start and end in graph g.
Stellate
(Polyhedron Operations Package Symbol) Stellate[expr] replaces each polygon in graphics expression expr by a pyramid, with the polygon as its base.Stellate[expr, ratio] uses a stellation ratio ratio.
TableSpacing is an option for TableForm and MatrixForm which specifies how many spaces should be left between each successive row or column.
CUDAInformation[] queries information on all CUDA devices detected.CUDAInformation[dev] queries information on CUDA dev.CUDAInformation[dev, prop] queries prop on CUDA dev.
SQLArgument[arg1, arg2, ...] holds a sequence of arguments to an SQL query.
SQLResultSetPosition[rs] returns an integer that specifies the current position in a result set.
SQLStringMatchQ[col, patt] specifies a condition in an SQL query used to test whether the value of a column matches a pattern. The actual format for the pattern varies from ...
SQLUpdate[conn, table, cols, data] updates data in a table in an SQL connection.
WriteDataSource[name] writes a new HSQL data source name.WriteDataSource[name, database] writes a new data source to database.
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 ...