When derivatives cannot be computed symbolically, "Newton's" method will be used, but with a finite difference approximation to the Jacobian. This can have costs in terms of ...
Both CUDALink and OpenCLLink have a state-of-the-art memory manager that reduces the amount of memory allocation and transfer to the GPU. If used properly, the memory system ...
PasteButton[expr] represents a button that pastes expr whenever it is pressed. PasteButton[label, expr] displays with label on the button.
MaxSteps is an option to functions like NDSolve that specifies the maximum number of steps to take in generating a result.
Mathematica provides a number of tools for configuring and monitoring parallel computations. Some of these are accessed using menus from the Mathematica notebook front end. ...
ReadGraph[f] reads a graph represented as edge lists from file f and returns a graph object.
Introduction General String Patterns Regular Expressions
ContinuousExtension is an option to RungeKuttaOrderConditions and related functions that specifies whether to generate order conditions for continuous extensions of ...
RungeKuttaMethod is an option to ButcherPhi and related functions that specifies the type of method to be generated.