VertexOutDegree[g] gives the list of vertex out-degrees for all vertices in the graph g.VertexOutDegree[g, v] gives the vertex out-degree for the vertex v.
WorkingPrecision is an option for various numerical operations that specifies how many digits of precision should be maintained in internal computations.
Mathematica provides a powerful and unique environment for parallel computing. Much of the functionality can be used with a minimum of effort and without paying too much ...
CConstant[] is a symbolic representation of a constant.
CDereference[obj] is a symbolic representation of the dereferencing of a pointer.
CInclude[header] is a symbolic representation of a preprocessor include statement.
CSizeOf[obj] is a symbolic representation of a sizeof expression.
KSetPartitions[set, k] returns the list of set partitions of set with k blocks. KSetPartitions[n, k] returns the list of set partitions of {1, 2, ..., n} with k blocks. If ...
OrbitRepresentatives[pg, x] returns a representative of each orbit of x induced by the action of the group pg on x.