ObservabilityGramian[ss] gives the observability Gramian of the StateSpaceModel object ss.
PolynomialExtendedGCD[poly_1, poly_2, x] gives the extended GCD of poly_1 and poly_2 treated as univariate polynomials in x.PolynomialExtendedGCD[poly_1, poly_2, x, Modulus ...
Reap
(Built-in Mathematica Symbol) Reap[expr] gives the value of expr together with all expressions to which Sow has been applied during its evaluation. Expressions sown using Sow[e] or Sow[e, tag_i] with ...
VertexCount[g] gives a count of the number of vertices in the graph g.VertexCount[g, patt] gives a count of the number of vertices that match the pattern patt.
CUDAMemoryCopyToHost[mem] force copies CUDAMemory from the GPU to the CPU.
SQLBinary[data] represents raw binary data that can be stored in a database.
SQLConnection[...] is an object that represents a connection to a data source.
SQLDateTime[datetime] represents date and time information that can be stored in a database.
SQLInsert[conn, table, cols, data] inserts data into a table in an SQL connection.
SQLResultSetCurrent[rs] reads the current row from a result set.