int MLPutUCS2Symbol (MLINK link, const unsigned short *s, int len) puts a symbol whose name is given by s with length len to the MathLink connection specified by link.
int MLGetUTF16String (MLINK link, const unsigned short ** s, int *n, int *c) gets a UTF-16 character string from the MathLink connection specified by link, storing the string ...
int MLGetUTF8String (MLINK link, const unsigned char ** s, int *b, int *c) gets a UTF-8 character string from the MathLink connection specified by link, storing the string in ...
Mathematica has many powerful features which enable you to solve many kinds of equations.
Mathematica has many matrix operations that support operations such as building, computing, and visualizing matrices. It also has a rich language for picking out parts of ...
MLENV
(Mathematica MathLink C Function) MLENV is a MathLink type representing a MathLink library environment.
MPS
(Mathematica Import/Export Format) MPS mathematical file format. De facto standard for specifying linear programming (LP) problems. Commonly used as input format by LP solvers. MPS is an acronym for ...
Animator[u] represents an object that displays with the value of u being continually increased from 0 to 1 with time. Animator[u, {u_min, u_max}] makes u vary from u_min to ...
Distribute[f[x_1, x_2, ...]] distributes f over Plus appearing in any of the x_i. Distribute[expr, g] distributes over g. Distribute[expr, g, f] performs the distribution ...
LUDecomposition[m] generates a representation of the LU decomposition of a square matrix m.