4261 - 4270 of 4505 for *HatSearch Results
CUDAFinancialDerivative   (CUDALink Symbol)
CUDAFinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.CUDAFinancialDerivative[instrument, params, ambientparams, ...
CUDAFold   (CUDALink Symbol)
CUDAFold[f, x, list] gives the last element of CUDAFoldList[f, x, list].
CUDAMemoryAllocate   (CUDALink Symbol)
CUDAMemoryAllocate[type, dim] gives CUDAMemory with specified type and single dimension.CUDAMemoryAllocate[type, {dim_1, dim_2, ...}] gives CUDAMemory with specified type and ...
CUDASort   (CUDALink Symbol)
CUDASort[vec] sorts the input vector.CUDASort[mem] sorts CUDAMemory in place.CUDASort[vec, op] sorts input with respect to the ordering function op.
$CUDALinkLibraryPath   (CUDALink Symbol)
$CUDALinkLibraryPath is the directory that contains the CUDALink libraries for the system.
Applications   (CUDALink Tutorial)
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 ...
CUDA Functions   (CUDALink Tutorial)
CUDALink is a built-in Mathematica package that provides a simple and powerful interface for using CUDA within Mathematica's streamlined work flow. CUDALink provides you with ...
Running CUDALink in Headless Mode   (CUDALink Tutorial)
In some cases, such as in a cluster environment, the machine may be run in headless mode, that is, not starting the GUI server (such as X). The operating system may ...
Introduction   (CUDALink Tutorial)
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 ...
CUDALink on Multiple Devices   (CUDALink Tutorial)
The functional and list-oriented characteristics of the core Mathematica language allow CUDALink to provide immediate built-in data parallelism, automatically distributing ...
1 ... 424|425|426|427|428|429|430 ... 451 Previous Next

...