PodStates is an option for WolframAlpha that determines information about the states of the pods.
RowLines is an option for the low-level function GridBox that specifies whether lines should be drawn between adjacent rows.
RowSpacings is an option for the low-level function GridBox that specifies the spaces in x heights that should be inserted between successive rows.
mint MTensor_getRank (MTensor t) gets the rank of an MTensor.
ListLogPlot[{y_1, y_2, ...}] makes a log plot of the y_i, assumed to correspond to x coordinates 1, 2, ....ListLogPlot[{{x_1, y_1}, {x_2, y_2}, ...}] makes a log plot of the ...
LogicalExpand[expr] expands out logical combinations of equations, inequalities, and other functions.
CUDAArgMinList[list] gives the index of the minimum element in list.
Simplify[expr] performs a sequence of algebraic and other transformations on expr, and returns the simplest form it finds. Simplify[expr, assum] does simplification using ...
The NumericalDifferentialEquationAnalysis package combines functionality for analyzing differential equations using Butcher trees, Gaussian quadrature, and Newton-Cotes ...
CreateLibrary[src, name, "Compiler" -> NVCCCompiler] compiles a string of CUDA code in src into a library and returns the full path to the library.CreateLibrary [{ file, ...