As of Version 6.0, MLDisownRealList () has been superseded by MLReleaseReal64List ().
As of Version 6.0, MLDisownString() has been superseded by MLReleaseString().
As of Version 6.0, MLDisownSymbol() has been superseded by MLReleaseSymbol().
As of Version 6.0, MLDisownUnicodeString () has been superseded by MLReleaseUCS2String ().
The use of the MLYieldParameters object is obsolete and is only maintained for backwards compatibility.
This tutorial shows a number of examples of the use of Mathematica for computations that involve linear algebra. Certain sparse matrix techniques try to reorder the matrix so ...
This tutorial reviews the functions that Mathematica provides for building and working with matrices, vectors, and tensors. It focuses on functions that are specific to ...
This tutorial reviews the functions that Mathematica provides for carrying out matrix computations. Further information on these functions can be found in standard ...
This tutorial covers issues related to performance. One of the challenges of building Mathematica is to make sure that the system is general enough to support symbolic ...
Sparse representations of matrices are useful because they do not store every element. If one particular value appears very frequently it can be very advantageous to use a ...