BSplineSurface[array] is a graphics primitive that represents a non-uniform rational B-spline surface defined by an array of x, y, z control points.
Dynamic
(Built-in Mathematica Symbol) Dynamic[expr] represents an object that displays as the dynamically updated current value of expr. If the displayed form of Dynamic[expr] is interactively changed or edited, ...
FillingStyle is an option for ListPlot, Plot, Plot3D, and related functions that specifies the default style of filling to be used.
InterpolationOrder is an option for Interpolation, as well as ListLinePlot, ListPlot3D, ListContourPlot, and related functions, that specifies what order of interpolation to ...
InverseSurvivalFunction[dist, q] gives the inverse of the survival function for the symbolic distribution dist as a function of the variable q.
Monitor
(Built-in Mathematica Symbol) Monitor[expr, mon] generates a temporary monitor cell in which the continually updated current value of mon is displayed during the course of evaluation of expr.
SetAccuracy[expr, a] yields a version of expr in which all numbers have been set to have accuracy a.
VectorPlot3D[{v_x, v_y, v_z}, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] generates a 3D vector plot of the vector field {v_x, v_y, v_z} as a function of x, y, ...
Weights
(Built-in Mathematica Symbol) Weights is an option for various fitting and other functions which specifies weights to associate with data elements.
CUDAFourier[list] finds the discrete Fourier transform of a list of complex numbers.CUDAFourier[mem] finds the discrete Fourier transform of a CUDAMemory.