EventLabels is an option to CandlestickChart, KagiChart, and similar functions that specifies events to labels.
FontSubstitutions is an option for Style and Cell that gives a list of substitutions to try for font family names.
MaxIterations is an option that specifies the maximum number of iterations that should be tried in various built-in functions and algorithms.
Parallelization is an option for Compile that specifies whether it should create a compiled function that could run in parallel.
$MaxExtraPrecision gives the maximum number of extra digits of precision to be used in functions such as N.
$MinPrecision gives the minimum number of digits of precision to be allowed in arbitrary-precision numbers.
A Frobenius equation is an equation of the form where a_1, …, a_n are positive integers, m is an integer, and the coordinates x_1, …, x_n of solutions are required to be ...
CUDAMemoryCopyToDevice[mem] force copies CUDAMemory from the CPU to the GPU.
CUDAMemory[args] is a handle to memory loaded using CUDAMemoryLoad or CUDAMemoryAllocate.
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 ...