CUDAMemoryCopyToHost[mem] force copies CUDAMemory from the GPU to the CPU.
SQLConnectionPool[...] is an object that represents a connection pool to a data source.
SQLResultSetCurrent[rs] reads the current row from a result set.
SQLResultSetPosition[rs] returns an integer that specifies the current position in a result set.
SQLResultSetTake[rs, {m, n}] reads rows m through n from a result set.
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 ...
This section discusses commands that get information about database columns. If you find that the examples in this section do not work as shown, you may need to install or ...
Introduction Calling .NET from Mathematica Calling Mathematica from .NET
PointFigureChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a point and figure chart with prices p_i at date date_i.PointFigureChart[{" name", daterange}] makes a point and ...
RenkoChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a Renko chart with prices p_i at date date_i.RenkoChart[{" name", daterange}] makes a Renko chart of closing prices for ...