WaveletMatrixPlot[dwd] plots the basis tree of wavelet matrix coefficients in the DiscreteWaveletData dwd.WaveletMatrixPlot[dwd, r] plots coefficients up to refinement level ...
The general symbolic string patterns in Mathematica allow you to perform powerful string manipulation efficiently. What follows discusses the details of string patterns, ...
This section shows some of the ways that TetGenLink can be applied. To use TetGenLink it must first be loaded. Next, some random points are generated and displayed.
CUDA is a general C-like programming developed by NVIDIA to program Graphical Processing Units (GPUs). CUDALink provides an easy interface to program the GPU by removing many ...
OpenCLFunctionLoad[prog, fun, argtypes, blockdims] loads fun from source code prog, returning an OpenCLFunction object.OpenCLFunctionLoad[{progfile}, fun, argtypes, ...
The NumericalDifferentialEquationAnalysis package combines functionality for analyzing differential equations using Butcher trees, Gaussian quadrature, and Newton-Cotes ...
NDSolve
(Built-in Mathematica Symbol) NDSolve[eqns, y, {x, x_min, x_max}] finds a numerical solution to the ordinary differential equations eqns for the function y with the independent variable x in the range ...
This loads the package. Economized rational approximations. A Pad é approximation is very accurate near the center of expansion, but the error increases rapidly as you get ...
CUDAFunctionLoad[src, fun, argtypes, blockdim] loads CUDAFunction from scr and makes fun available in Mathematica.CUDAFunctionLoad[{srcfile}, fun, argtypes, blockdim] loads ...
There are a number of file formats for working with meshes. They are useful since they can be used as interchange formats between CAD programs. Some of these are supported by ...