Mathematica provides a core set of functions for performing block-diagram reduction and various model manipulations. Building on Mathematica's unique symbolic architecture, ...
GUIKit definitions are defined as a hierarchy of widgets, whether they are defined in the Mathematica expression format or in the XML format, GUIKitXML. A single ...
ArrayFlatten[{{m_11, m_12, ...}, {m_21, m_22, ...}, ...}] creates a single flattened matrix from a matrix of matrices m i j. ArrayFlatten[a, r] flattens out r pairs of levels ...
RealBlockDiagonalForm is an option for SchurDecomposition and related functions which specifies whether 2*2 blocks of real values should be used on matrix diagonals in place ...
MaximalBipartiteMatching[g] gives the maximal matching of the bipartite graph g.
Mathematica makes it easy to "bulletproof" packages, and prevent features of their environment from affecting their internal operation.
CUDA is a general C-like programming developed by NVIDIA to program Graphical Processing Units (GPUs). CUDALink provides an easy interface to program the GPU by removing many ...
The flexibility of Mathematica's symbolic architecture is reflected in its rich collection of carefully defined constructs for localization and modularization. The use of ...
CheckAbort[expr, failexpr] evaluates expr, returning failexpr if an abort occurs.
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, ...