Regularization is an option for Sum and Product that specifies what type of regularization to use.
RidgeFilter[image] computes a measure for the presence of a ridge for each pixel in image.RidgeFilter[image, \[Sigma]] uses the specified ridge scale \[Sigma].
StreamColorFunction is an option for StreamPlot and related functions that specifies a function to apply to determine colors along streamlines.
SystemInformation[] gives detailed information about the Mathematica system being run. SystemInformation["comp"] gives a list of rules with information about the component " ...
TimeConstrained[expr, t] evaluates expr, stopping after t seconds. TimeConstrained[expr, t, failexpr] returns failexpr if the time constraint is not met.
VectorColorFunction is an option for VectorPlot and related functions which specifies a function to apply to determine colors of field vectors drawn.
WindowSize is a notebook option that specifies the size of window that should be used to display a notebook on the screen.
$MinPrecision gives the minimum number of digits of precision to be allowed in arbitrary-precision numbers.
Functions for manipulating elements in explicit lists. This gives a list with x prepended. This inserts x so that it becomes element number 2.
SQLRollbackTransaction[conn] terminates an SQL transaction. SQLRollbackTransaction[conn, savepoint] returns to an SQLSavepoint.