OpenCLFunctionInformation[oclfun] returns information on OpenCLFunction oclfun such as build log, build options, source code, etc.
OpenCLFunction[args] represents a function loaded using OpenCLFunctionLoad.
OpenCLMersenneTwister[n] generates n random reals using the Mersenne Twister algorithm.
OpenCLQ[] returns True if the system has OpenCL support.
TetGenGetFacetHoles[expr] gets the holes in the facets.
TetGenGetHoles[expr] returns the holes in a TetGen expression.
TetGenSetFacetHoles[expr, holes] sets the holes in the facets.
TetGenSetHoles[expr, points] sets the holes in a TetGen expression.
TetGenSetMessages[True | False] enables or disables the issuing of messages from TetGen.
Tensors are mathematical objects that give generalizations of vectors and matrices. In Mathematica, a tensor is represented as a set of lists, nested to a certain number of ...