Simplifying expressions. Mathematica does not automatically simplify an algebraic expression like this. Simplify performs the simplification.
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 ...
DatabaseLink is a toolkit for working with SQL databases built into Mathematica. It provides an industrial-strength, ready-made solution for integrating Mathematica with any ...
SQLConnectionPools[] returns a list of the open connection pools.SQLConnectionPools[conn] returns the connection pool used for a connection.
SQLExpr[expr] allows a Mathematica expression to be stored in a database.
SQLResultSetColumnNames[rs] returns a list of {table, column} pairs for each column in a result set.
SQLResultSetGoto[rs, pos] sets the current position of a result set to pos.
SQLResultSetShift[rs, num] shifts the current position of a result set by num.