Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
LineIntegralConvolutionPlot[{{v_x, v_y}, image}, {x, x_min, x_max}, {y, y_min, y_max}] generates a line integral convolution plot of image convolved with the vector field ...
The functions accessible with Wolfram LibraryLink make it possible to optimize numerical computations while still keeping the flexibility and generality of Mathematica. If ...
ChemicalData["name", " property"] gives the value of the specified property for the chemical " name".ChemicalData["name"] gives a structure diagram for the chemical with the ...
Lighting is an option for Graphics3D and related functions that specifies what simulated lighting to use in coloring 3D surfaces.
Parallelize[expr] evaluates expr using automatic parallelization.
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
Dynamic behavior is added to a GUIKit user interface by executing Mathematica code. This lets one part of the definition interact with another, for example, specifying the ...
Cashflow[{c_0, c_1, ..., c_n}] represents a series of cash flows occurring at unit time intervals.Cashflow[{c_0, c_1, ..., c_n}, q] represents cash flows occurring at time ...
ComponentMeasurements[m, " prop"] computes the values of property prop for each component of a label matrix m that consists of identical elements.ComponentMeasurements[image, ...