OpenCLMemoryLoad[list] loads list into OpenCLMemory manager, returning an OpenCLMemory.OpenCLMemoryLoad[list, type] loads list with specified type into OpenCLMemory manager, ...
This section is concerned with the way that OpenCLLink is set up and configured for your machine. It will also help to track down and correct problems. OpenCLLink is designed ...
TradingChart[{{date_1, {open_1, high_1, low_1, close_1, volume_1}}, ...}] makes a chart showing prices and volume for each date. TradingChart[{" name", daterange}] makes a ...
FinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.FinancialDerivative[instrument, params, ambientparams, prop] ...
SystemsModelFeedbackConnect[sys] gives the closed-loop system for the StateSpaceModel or TransferFunctionModel object sys with unity negative feedback. ...
SymbolicC provides automated formatting of the generated C output. This section reviews some of the ways that you can work with formatting to create your own styles of ...
ANOVA
(ANOVA Package Symbol) ANOVA[data] performs a one-way analysis of variance.ANOVA[data, model, vars] performs an analysis of variance for model as a function of the categorical variables vars.
Disk
(Built-in Mathematica Symbol) Disk[{x, y}, r] is a two-dimensional graphics primitive that represents a filled disk of radius r centered at the point x, y. Disk[{x, y}] gives a disk of radius 1. Disk[{x, ...
Eigenvectors[m] gives a list of the eigenvectors of the square matrix m. Eigenvectors[{m, a}] gives the generalized eigenvectors of m with respect to a. Eigenvectors[m, k] ...
JordanDecomposition[m] yields the Jordan decomposition of a square matrix m. The result is a list {s, j} where s is a similarity matrix and j is the Jordan canonical form of ...