mint const*MTensor_getDimensions (MTensor t) gets an array of the dimensions of an MTensor.
mint MTensor_getRank (MTensor t) gets the rank of an MTensor.
mint MTensor_shareCount (MTensor t) returns the number of sharing references to an MTensor held by Mathematica.
Consider the matrix differential equation where the initial value y_0 y(0)∈^m×p is given. Assume that y_0^Ty_0I, that the solution has the property of preserving ...
A method like "Newton's" method chooses a step, but the validity of that step only goes as far as the Newton quadratic model for the function really reflects the function. ...
This section is designed to discuss how to make compiled functions run efficiently. It will cover features that make them run faster, as well as problems that can make them ...
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 ...
A wide variety of plots and charts are used to gain an overview of data from a statistical perspective. Some summarize statistical computations on the data, while others ...
CalendarChange[{year, month, day}, calendar_1, calendar_2] converts the date {year, month, day} given in calendar calendar_1 into a date given in calendar ...
AdjacencyMatrix[g] gives the vertex\[Dash]vertex adjacency matrix of the graph g.