Overview Supported Development Platforms Installing the MathLink Components
Many differential equations exhibit some form of stiffness, which restricts the step size and hence effectiveness of explicit solution methods. A number of implicit methods ...
GraphData[name] gives a graph with the specified name.GraphData[name, " property"] gives the value for the specified property for a named graph.GraphData["class"] gives a ...
CellContext is an option for Cell which specifies the context to use for the evaluation of the contents of the cell.
void MTensor_disownAll (MTensor t) disowns all references to an MTensor that was passed between a library function and Mathematica using shared memory management.
void MTensor_disown (MTensor t) disowns a reference to an MTensor that was passed between a library function and Mathematica using shared memory management.
mint MTensor_shareCount (MTensor t) returns the number of sharing references to an MTensor held by Mathematica.
Built on powerful and elegant principles, the core Mathematica language provides a uniquely deep and rich programming language that scales from rapid prototyping to large ...
Version 8.0 introduces new features to load functions from shared libraries, giving a new way to incorporate external code into Mathematica. It also adds support for GPU ...
CUDAMemoryCopyToHost[mem] force copies CUDAMemory from the GPU to the CPU.