Ordering in lists. Here is a list of numbers. This gives the elements of t in sorted order.
[AN96] Adams, L. and J. L. Nazareth. (Eds.) Linear and Nonlinear Conjugate Gradient-Related Methods. SIAM, 1996. [Br02] Brent, R. P. Algorithms for Minimization without ...
CUDAFoldList[f, x, {a, b, ...}] gives {x, f[x, a], f[f[x, a], b], ...}.
CUDAImageDivide[img, x] divides each channel value in img by an amount x.CUDAImageDivide[mem, x] divides each channel value in mem by an amount x.CUDAImageDivide[img 1, img ...
SQLColumnPrivileges[conn] returns a table of access rights about the columns in an SQL connection.
SQLTableExportedKeys[conn] returns a table of foreign key descriptions that reference the table's primary key.
SQLTableImportedKeys[conn] returns a table of primary key descriptions that are referenced by the table's foreign key.
SQLTablePrimaryKeys[conn] returns a table of primary key descriptions.
SQLTablePrivileges[conn] returns a table of access rights about the tables in an SQL connection.
This section discusses commands that get information about database tables. If you find that the examples in this section do not work as shown, you may need to install or ...