StrongComponents[g] gives a list of all strongly connected components in the directed graph g.
WeakComponents[g] gives a list of all weakly connected components in the undirected graph g.
LoadJavaClass -- load and set up a Java class for use from Mathematica, JavaClass -- expression that represents a Java class, JavaNew -- create a Java object of a specified ...
TetGenSetFacets[expr, vertices] sets the facets for a TetGen expression.
Cuboid
(Built-in Mathematica Symbol) Cuboid[{x_min, y_min, z_min}] is a three-dimensional graphics primitive that represents a unit cube, oriented parallel to the axes. Cuboid[{x_min, y_min, z_min}, {x_max, ...
All the functionality in Geometry`Rotations` is now available in the built-in Mathematica kernel function RotationTransform.
OpenerView[{expr_1, expr_2}] represents an object which displays as an opener, together with expr_1 if the opener is closed, and both expr_1 and expr_2 if it is ...
TTest
(Built-in Mathematica Symbol) TTest[data] tests whether the mean of data is zero. TTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.TTest[dspec, \[Mu]_0] tests the mean ...
f /: lhs := rhs assigns rhs to be the delayed value of lhs, and associates the assignment with the symbol f.
Integers represents the domain of integers, as in x \[Element] Integers.