Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
This package contains functions for measuring the performance of Mathematica on your computer and for producing a comparison report that includes benchmark results for other ...
CommunityStructureAssignment[g] gives the assignment of vertices of a graph g into communities.
PairwiseScatterPlot[m] creates a matrix of scatter plots comparing the data in each column of m against columns of m.
Registered MIME type: video/quicktime Apple QuickTime file format. Multimedia container format. Commonly used for archiving and exchanging video content. Stores audio and ...
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].
BinCounts[{x_1, x_2, ...}] counts the number of elements x_i whose values lie in successive integer bins.BinCounts[{x_1, x_2, ...}, dx] counts the number of elements x_i ...
BinLists[{x_1, x_2, ...}] gives lists of the elements x_i whose values lie in successive integer bins.BinLists[{x_1, x_2, ...}, dx] gives lists of the elements x_i whose ...
BorelTannerDistribution[\[Alpha], n] represents a Borel\[Dash]Tanner distribution with shape parameters \[Alpha] and n.
CoefficientArrays[polys, vars] gives the arrays of coefficients of the variables vars in the polynomials polys.