TGF
(Mathematica Import/Export Format) TGF graph data format. Used for the storage and exchange of graphs. TGF is an acronym for Trivial Graph Format. Stores directed graphs. Stores at most one label per vertex ...
$PrePrint is a global variable whose value, if set, is applied to every expression before it is printed.
Harwell\[Dash]Boeing matrix format. Used for exchanging and storing sparse matrices. Plain text format. File format of the Harwell\[Dash]Boeing collection of standard test ...
MTX
(Mathematica Import/Export Format) Matrix Market matrix format. Used for exchanging and storing test matrices. Plain text format. File format of the NIST Matrix Market collection of standard test matrices. ...
MinCut
(Graph Utilities Package Symbol) MinCut[g, k] partitions the undirected graph g into k parts where the number of edge cuts is approximately minimized.
GraphDisjointUnion[g_1, g_2] gives the graph disjoint union of the graphs g_1 and g_2.GraphDisjointUnion[g_1, g_2, ...] gives the disjoint union of g_1, g_2, ....
NASACDF
(Mathematica Import/Export Format) MIME type: application/x-cdf CDF data file format. General-purpose, self-describing format for storing multidimensional datasets. Used for storage, management, and exchange ...
ArrayRules[SparseArray[...]] gives the rules {pos_1 -> val_1, pos_2 -> val_2, ...} specifying elements in a sparse array. ArrayRules[list] gives rules for SparseArray[list].
InverseWaveletTransform[dwd] gives the inverse wavelet transform of a DiscreteWaveletData object dwd.InverseWaveletTransform[dwd, wave] gives the inverse transform using the ...
IndexGraph[g] replaces the vertices of the graph g by its vertex indexes. IndexGraph[g, r] replaces the vertices with integers r, r + 1, ....