Because GPUs are SIMD machines, to exploit CUDA's potential you must pose the problem in an SIMD manner. Computation that can be partitioned in such a way that each thread ...
.NET/Link provides Mathematica users with the ability to interact with arbitrary .NET types directly from Mathematica. You can create objects and call methods and properties ...
PieChart[{y_1, y_2, ...}] makes a pie chart with sector angle proportional to y_1, y_2, ....PieChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a pie chart with ...
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
This package provides functions for the generation of standard waveforms and waveforms with user-specified spectra, the synthesis of amplitude and frequency modulated ...
SurvivalDistribution[{e_1, e_2, ...}] represents a survival distribution with event times e_i.SurvivalDistribution[{w_1, w_2, ...} -> {e_1, e_2, ...}] represents a survival ...
When numerically solving Hamiltonian dynamical systems it is advantageous if the numerical method yields a symplectic map. If the Hamiltonian can be written in separable ...
Views
(Mathematica Tutorial) Mathematica supports a variety of objects that can be used to organize and display information in output. Known collectively as views, these objects range from the simple ...
DensityPlot[f, {x, x_min, x_max}, {y, y_min, y_max}] makes a density plot of f as a function of x and y.
DirectedEdges is an option for Graph, GraphPlot, and related functions that specifies whether edges should be taken to be directed.