CUDALink is a built-in Mathematica package that provides a simple and powerful interface for using CUDA within Mathematica's streamlined work flow. CUDALink provides you with ...
The Graph Utilities Package contains a number of functions useful for graph theory applications. Functions in the Graph Utilities Package. This loads the package.
A field is an algebraic structure obeying the rules of ordinary arithmetic. In particular, a field has binary operations of addition and multiplication, both of which are ...
MixtureDistribution[{w_1, ..., w_n}, {dist_1, ..., dist_n}] represents a mixture distribution whose CDF is given as a sum of the CDFs of the component distributions dist_i, ...
StationaryWaveletPacketTransform[data] gives the stationary wavelet packet transform (SWPT) of an array of data.StationaryWaveletPacketTransform[data, wave] gives the ...
StationaryWaveletTransform[data] gives the stationary wavelet transform (SWT) of an array of data.StationaryWaveletTransform[data, wave] gives the stationary wavelet ...
A delay differential equation is a differential equation where the time derivatives at the current time depend on the solution and possibly its derivatives at previous times: ...
When fitting models to data, it is often useful to analyze how well the model fits the data and how well the fitting meets the assumptions of the model. For a number of ...
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
The first step in using a database is making a connection. This part of the tutorial discusses how to do this. If you are just starting to use DatabaseLink, you might want to ...