The aim of these tutorials is to provide a self-contained working guide for solving different types of problems with DSolve. The first step in using DSolve is to set up the ...
ReinstallJava[] is a convenience function that calls UninstallJava followed by InstallJava.
UseFrontEnd[expr] evaluates expr in an environment where the kernel can make use of the services of the notebook front end.
FixCRLF["str"] changes the linefeeds in the given string to the CR/LF Windows convention.
ReinstallNET[] is a convenience function that calls UninstallNET[] and then InstallNET[].
$OpenCLDevice is a device used throughout OpenCLLink's computation.
$OpenCLPlatform is a platform used throughout OpenCLLink's computation.
MLINK MLOpenArgcArgv (MLENV env, int argc, char ** argv, int* errno) opens a MathLink connection, taking parameters from command-line arguments.
int MLPutByteString (MLINK link, const unsigned char *s, int n) puts a string of n characters starting from location s to the MathLink connection specified by link.
MLParameters is a MathLink type used to contain user-supplied parameters or functionality for an MLENV object.