Overview Supported Development Platforms Installing the MathLink Components
$CUDADeviceCount gives the number of CUDA devices on the system.
EndModal[] is the head of an expression sent by Java to signal the end of a DoModal[] loop.
mint MTensor_getType (MTensor t) gets the type of an MTensor.
Syntax of notation declarations. Notation takes both an external representation and an internal representation as arguments. Mathematica translates any input matching the ...
int MLGetInteger16List (MLINK link, short ** a, int *n) gets a list of 16-bit integers from the MathLink connection specified by link, storing the integers in the array a and ...
int MLGetInteger64List (MLINK link, mlint64 ** a, int *n) gets a list of 64-bit integers from the MathLink connection specified by link, storing the integers in the array a ...
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
EstimatorRegulator[ss, {l, \[Kappa]}] constructs the feedback regulator for the StateSpaceModel object ss with estimator and feedback gain matrices l and \[Kappa], ...
IrreduciblePolynomialQ[poly] tests whether poly is an irreducible polynomial over the rationals.IrreduciblePolynomialQ[poly, Modulus -> p] tests whether poly is irreducible ...