SendDelegateArguments is an option to AddEventHandler and NETNewDelegate that specifies which of the delegate arguments you want to be passed to your Mathematica callback ...
TetGenSetPoints[expr, points] sets the points in a TetGen expression.
The web services client for Mathematica allows users to call operations that are based remotely on other platforms or languages that are not immediately accessible to ...
The function FindClusters finds clusters in a dataset based on a distance or dissimilarity function. This package contains functions for generating cluster hierarchies and ...
AstronomicalData["name", " property"] gives the value of the specified property of the astronomical object with the specified name.AstronomicalData["name", {"property", ...
LinearModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a linear model of the form \[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + ... that fits the y_i for successive x ...
The Mathematica compiler provides an important way both to speed up and also to work with Mathematica computations. Introduction Compiled Function Operation
RemoteServicesAgents[] returns a list of URLs for Lightweight Grid managers discovered on the local network.RemoteServicesAgents["agent"] returns a list of agent URLs known ...
SymbolicC supports working with C functions, as described in this section. First, you need to load the package. Now, you can create a C function with CFunction.
Graph
(Combinatorica Package Symbol) Graph[e, v, opts] represents a graph object where e is the list of edges annotated with graphics options, v is a list of vertices annotated with graphics options, and opts is ...