Graphs and networks are all around us including technological networks (the internet, power grids, telephone networks, transportation networks, ...), social networks (social ...
MGF
(Mathematica Import/Export Format) Wolfram Mathematica MGF bitmap format. Used by the Mathematica user interface for storing raster images. MGF is an acronym for Mathematica Graphics Format. Binary format. ...
BeginPackage["context`"] makes context` and System` the only active contexts. BeginPackage["context`", {"need_1`", "need_2`", ...}] calls Needs on the need_i.
ChartStyle is an option for charting functions that specifies styles in which chart elements should be drawn.
EndPackage[] restores $Context and $ContextPath to their values before the preceding BeginPackage, and prepends the current context to the list $ContextPath.
GroupCentralizer[group, g] returns the centralizer of the element g in group.
LibraryUnload[lib] unloads all functions that have been loaded from a Wolfram Library, then it unloads the library.
ScrollingOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for notebooks that specifies settings for scrolling.
CUDAFunctionInformation[fun] returns information about a CUDAFunction.
CloseSQLConnection[conn] disconnects the current connection associated with a data source.