CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
RandomInteger is a value that the WeightingFunction option of the function SetEdgeWeights can take.
Why You Do Not Usually Need to Know about Internals Basic Internal Architecture The Algorithms of Mathematica
Introduction Core Language Mathematics and Algorithms
An integration strategy is an algorithm that attempts to compute integral estimates that satisfy user-specified precision or accuracy goals. An integration strategy normally ...
GIF
(Mathematica Import/Export Format) Registered MIME type: image/gif GIF raster image format. Commonly used for static and animated graphics on the web. GIF is an acronym for Graphics Interchange Format. Binary ...
GraphLayout is an option to Graph and related functions that specifies what layout to use for graph components and collections of components.
"Graphics and Sound" discusses how to use functions like Plot and ListPlot to plot graphs of functions and data. This tutorial discusses how Mathematica represents such ...
OpenCLMersenneTwister[n] generates n random reals using the Mersenne Twister algorithm.
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 ...