| ROOT::Math::CholeskyDecompHelpers::_decomposer< F, N, M > | Struct to do a Cholesky decomposition |
| ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 0, M > | Struct to do a Cholesky decomposition (specialized, N = 0) |
| ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 1, M > | Struct to do a Cholesky decomposition (specialized, N = 1) |
| ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 2, M > | Struct to do a Cholesky decomposition (specialized, N = 2) |
| ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 3, M > | Struct to do a Cholesky decomposition (specialized, N = 3) |
| ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 4, M > | Struct to do a Cholesky decomposition (specialized, N = 4) |
| ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 5, M > | Struct to do a Cholesky decomposition (specialized, N = 5) |
| ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 6, M > | Struct to do a Cholesky decomposition (specialized, N = 6) |
| ROOT::Math::CholeskyDecompHelpers::_inverter< F, N, M > | Struct to obtain the inverse from a Cholesky decomposition |
| ROOT::Math::CholeskyDecompHelpers::_inverter< F, 0, M > | Struct to obtain the inverse from a Cholesky decomposition (N = 0) |
| ROOT::Math::CholeskyDecompHelpers::_inverter< F, 1, M > | Struct to obtain the inverse from a Cholesky decomposition (N = 1) |
| ROOT::Math::CholeskyDecompHelpers::_inverter< F, 2, M > | Struct to obtain the inverse from a Cholesky decomposition (N = 2) |
| ROOT::Math::CholeskyDecompHelpers::_inverter< F, 3, M > | Struct to obtain the inverse from a Cholesky decomposition (N = 3) |
| ROOT::Math::CholeskyDecompHelpers::_inverter< F, 4, M > | Struct to obtain the inverse from a Cholesky decomposition (N = 4) |
| ROOT::Math::CholeskyDecompHelpers::_inverter< F, 5, M > | Struct to obtain the inverse from a Cholesky decomposition (N = 5) |
| ROOT::Math::CholeskyDecompHelpers::_inverter< F, 6, M > | Struct to obtain the inverse from a Cholesky decomposition (N = 6) |
| ROOT::Math::CholeskyDecompHelpers::_solver< F, N, V > | Struct to solve a linear system using its Cholesky decomposition |
| ROOT::Math::CholeskyDecompHelpers::_solver< F, 0, V > | Struct to solve a linear system using its Cholesky decomposition (N=0) |
| ROOT::Math::CholeskyDecompHelpers::_solver< F, 1, V > | Struct to solve a linear system using its Cholesky decomposition (N=1) |
| ROOT::Math::CholeskyDecompHelpers::_solver< F, 2, V > | Struct to solve a linear system using its Cholesky decomposition (N=2) |
| ROOT::Math::CholeskyDecompHelpers::_solver< F, 3, V > | Struct to solve a linear system using its Cholesky decomposition (N=3) |
| ROOT::Math::CholeskyDecompHelpers::_solver< F, 4, V > | Struct to solve a linear system using its Cholesky decomposition (N=4) |
| ROOT::Math::CholeskyDecompHelpers::_solver< F, 5, V > | Struct to solve a linear system using its Cholesky decomposition (N=5) |
| ROOT::Math::CholeskyDecompHelpers::_solver< F, 6, V > | Struct to solve a linear system using its Cholesky decomposition (N=6) |
| ROOT::Math::AdaptiveIntegratorMultiDim | Class for adaptive quadrature integration in multi-dimensions Algorithm from A.C |
| ROOT::Math::AddOp< T > | Addition Operation Class |
| ROOT::Math::AddPolicy< T, D1, D2, R1, R2 > | Matrix addition policy |
| ROOT::Math::AddPolicy< T, D1, D2, MatRepSym< T, D1 >, MatRepSym< T, D1 > > | |
| ROOT::Fit::AreaComparer | |
| ROOT::Math::Assign< T, D1, D2, A, R1, R2 > | Structure to assign from an expression based to general matrix to general matrix |
| ROOT::Math::Assign< T, D1, D2, A, MatRepSym< T, D1 >, MatRepStd< T, D1, D2 > > | Dummy Structure which flags an error to avoid assigment from expression based on a general matrix to a symmetric matrix |
| ROOT::Math::Assign< T, D1, D2, A, MatRepSym< T, D1 >, MatRepSym< T, D1 > > | Structure to assign from an expression based to symmetric matrix to symmetric matrix |
| ROOT::Math::AssignItr< T, D1, D2, R > | Structure for assignment to a general matrix from iterator |
| ROOT::Math::AssignItr< T, D1, D2, MatRepSym< T, D1 > > | Specialized structure for assignment to a symmetrix matrix from iterator |
| ROOT::Math::AssignSym | Force Expression evaluation from general to symmetric |
| ROOT::Math::AxisAngle | AxisAngle class describing rotation represented with direction axis (3D Vector) and an angle of rotation around that axis |
| ROOT::Math::BaseIntegratorOptions | Base class for Numerical integration options common in 1D and multi-dimension This is an internal class and is not supposed to be instantiated by the user |
| ROOT::Math::BasicFitMethodFunction< FunctionType > | FitMethodFunction class Interface for objective functions (like chi2 and likelihood used in the fit) In addition to normal function interface provide interface for calculating each data contrinution to the function which is required by some algorithm (like Fumili) |
| ROOT::Math::BinaryOp< Operator, LHS, RHS, T > | BinaryOperation class A class representing binary operators in the parse tree |
| ROOT::Math::BinaryOpCopyL< Operator, LHS, RHS, T > | Binary Operation class with value storage for the left argument |
| ROOT::Math::BinaryOpCopyR< Operator, LHS, RHS, T > | Binary Operation class with value storage for the right argument |
| BinaryOpPolicy | |
| ROOT::Fit::BinData | Class describing the binned data sets : vectors of x coordinates, y values and optionally error on y values and error on coordinates The dimension of the coordinate is free There are 4 different options:
- only coordinates and values (for binned likelihood fits) : kNoError
- coordinate, values and error on values (for normal least square fits) : kValueError
- coordinate, values, error on values and coordinates (for effective least square fits) : kCoordError
- corrdinate, values, error on coordinates and asymmettric error on valyes : kAsymError
|
| ROOT::Fit::BinPoint | Obsolete class, no more in use |
| ROOT::Math::Roots::Bisection | Roots::Bisection Bisection algorithm, simplest algorithm for bracketing the roots of a function, but slowest one |
| ROOT::Math::GenVector_detail::BitReproducible | |
| ROOT::Math::GenVector_detail::BitReproducibleException | |
| ROOT::Math::Boost | Lorentz boost class with the (4D) transformation represented internally by a 4x4 orthosymplectic matrix |
| ROOT::Math::BoostX | Class representing a Lorentz Boost along the X axis, by beta |
| ROOT::Math::BoostY | Class representing a Lorentz Boost along the Y axis, by beta |
| ROOT::Math::BoostZ | Class representing a Lorentz Boost along the Z axis, by beta |
| ROOT::Fit::Box | |
| ROOT::Fit::BoxContainer | |
| ROOT::Math::Roots::Brent | Brent-Dekker algorithm which combines an interpolation strategy with the bisection algorithm See the GSL manual for more information |
| ROOT::Math::BrentMinimizer1D | User class for performing function minimization |
| ROOT::Math::BrentRootFinder | Class for finding the root of a one dimensional function using the Brent algorithm |
| ROOT::Math::Cartesian2D< T > | Class describing a 2D cartesian coordinate system (x, y coordinates) |
| ROOT::Math::Cartesian3D< T > | Class describing a 3D cartesian coordinate system (x, y, z coordinates) |
| ROOT::Math::CDFWrapper | |
| ROOT::Math::Chebyshev | Class describing a Chebyshev series which can be used to approximate a function in a defined range [a,b] using Chebyshev polynomials |
| ROOT::Fit::Chi2FCN< FunType > | Chi2FCN class for binnned fits using the least square methods |
| ROOT::Math::CholeskyDecomp< F, N > | Class to compute the Cholesky decomposition of a matrix |
| ROOT::Math::CholInverter< idim > | |
| CompareAsc< T > | |
| CompareDesc< T > | |
| TKDTreeBinning::CompareDesc | |
| ROOT::Math::CompileTimeChecker< bool > | |
| ROOT::Math::CompileTimeChecker< false > | |
| ROOT::Math::Constant< T > | Constant expression class A class representing constant expressions (literals) in the parse tree |
| ROOT::Math::Cylindrical3D< T > | Class describing a cylindrical coordinate system based on rho, z and phi |
| ROOT::Math::CylindricalEta3D< T > | Class describing a cylindrical coordinate system based on eta (pseudorapidity) instead of z |
| ROOT::Fit::DataOptions | DataOptions : simple structure holding the options on how the data are filled |
| ROOT::Fit::DataRange | Class describing the range in the coordinates it supports multiple range in a coordinate |
| ROOT::Fit::DataVector | Class holding the fit data points |
| ROOT::Fit::DataWrapper | Class maintaining a pointer to external data Using this class avoids copying the data when performing a fit NOTE: this class is not thread-safe and should not be used in parallel fits |
| ROOT::Math::DefaultCoordinateSystemTag | DefaultCoordinateSystemTag Default tag for identifying any coordinate system |
| ROOT::Math::Derivator | Class for computing numerical derivative of a function |
| ROOT::Math::Determinant< n, idim > | Detrminant for a general squared matrix Function to compute the determinant from a square matrix ( ) of dimension idim and order n |
| ROOT::Math::DisplacementVector2D< CoordSystem, Tag > | Class describing a generic displacement vector in 2 dimensions |
| ROOT::Math::DisplacementVector3D< CoordSystem, Tag > | Class describing a generic displacement vector in 3 dimensions |
| ROOT::Math::DistSampler | Interface class for generic sampling of a distribution, i.e |
| ROOT::Math::DistSamplerOptions | DistSampler options class |
| ROOT::Math::DivOp< T > | Division (element-wise) Operation Class |
| ROOT::Math::gv_detail::ERROR_This_Rotation_Conversion_is_NOT_Supported | |
| ROOT::Math::EulerAngles | EulerAngles class describing rotation as three angles (Euler Angles) |
| ROOT::Math::EvaluatorOneDim< MultiFuncType > | |
| ROOT::Math::EvaluatorOneDim< const ROOT::Math::IParamMultiFunction & > | |
| ROOT::Math::Expr< ExprType, T, D, D2, R1 > | |
| ROOT::Math::Fabs< T > | Unary abs Operation Class |
| ROOT::Math::Factory | Factory class holding static functions to create the interfaces like ROOT::Math::Minimizer via the Plugin Manager |
| ROOT::Math::Roots::FalsePos | False Position algorithm based on linear interpolation |
| ROOT::Math::FastInverter< idim, n > | Fast Matrix Inverter class Class to specialize calls to Dinv |
| ROOT::Math::FastInverter< 3 > | 3x3 direct matrix inversion using Cramer Rule use only for FastInverter |
| ROOT::Math::FastInverter< 4 > | 4x4 matrix inversion using Cramers rule |
| ROOT::Math::FastInverter< 5 > | 5x5 Matrix inversion using Cramers rule |
| ROOT::Fit::FcnAdapter | |
| ROOT::Fit::FitConfig | Class describing the configuration of the fit, options and parameter settings using the ROOT::Fit::ParameterSettings class |
| ROOT::Fit::FitData | Base class for all the fit data types |
| ROOT::Fit::FitResult | Class containg the result of the fit and all the related information (fitted parameter values, error, covariance matrix and minimizer result information) Contains a pointer also to the fitted (model) function, modified with the fit parameter values |
| ROOT::Fit::Fitter | Fitter class, entry point for performing all type of fits |
| ROOT::Math::FitTransformFunction | |
| ROOT::Math::Functor | Documentation for class Functor class |
| ROOT::Math::Functor1D | Functor1D class for one-dimensional functions |
| ROOT::Math::FunctorCintHandler< ParentFunctor > | |
| ROOT::Math::FunctorGradHandler< ParentFunctor, Func, GradFunc > | Functor Handler class for gradient functions where both callable objects are provided for the function evaluation (type Func) and for the gradient (type GradFunc) |
| ROOT::Math::FunctorHandler< ParentFunctor, Func > | Functor Handler class is responsible for wrapping any other functor and pointer to free C functions |
| FunType | |
| ROOT::Math::GaussIntegrator | User class for performing function integration |
| ROOT::Math::GaussLegendreIntegrator | User class for performing function integration |
| ROOT::Math::GenAlgoOptions | Class implementing generic options for a numerical algorithm Just store the otions in a maps of string-value pair |
| ROOT::Math::GenVector_exception | |
| ROOT::Math::GlobalCoordinateSystemTag | Tag for identifying vectors based on a global coordinate system |
| ROOT::Math::GoFTest | |
| ROOT::Math::GradFunctor | GradFunctor class for Multidimensional gradient functions |
| ROOT::Math::GradFunctor1D | GradFunctor1D class for one-dimensional gradient functions |
| ROOT::Math::GSL1DMinimizerWrapper | Wrapper class for gsl_min_fminimizer structure |
| ROOT::Math::GSLChebSeries | Wrapper class for C struct gsl_cheb_series |
| ROOT::Math::GSLDerivator | Class for computing numerical derivative of a function based on the GSL numerical algorithm This class is implemented using the numerical derivatives algorithms provided by GSL (see GSL Online Manual ) |
| ROOT::Math::GSLFunctionAdapter< UserFunc > | Class for adapting any C++ functor class to C function pointers used by GSL |
| ROOT::Math::GSLFunctionDerivWrapper | Class to wrap a gsl_function_fdf (with derivatives) |
| ROOT::Math::GSLFunctionWrapper | Wrapper class to the gsl_function C structure |
| ROOT::Math::GSLIntegrationWorkspace | |
| ROOT::Math::GSLIntegrator | Class for performing numerical integration of a function in one dimension |
| ROOT::Math::GSLInterpolator | Interpolation class based on GSL interpolation functions |
| ROOT::Math::GSLMCIntegrationWorkspace | |
| ROOT::Math::GSLMCIntegrator | Class for performing numerical integration of a multidimensional function |
| ROOT::Math::GSLMinimizer | GSLMinimizer class |
| ROOT::Math::GSLMinimizer1D | Minimizer for arbitrary one dimensional functions |
| ROOT::Math::GSLMiserIntegrationWorkspace | Workspace for MISER |
| ROOT::Math::GSLMonteFunctionAdapter< UserFunc > | |
| ROOT::Math::GSLMonteFunctionWrapper | Wrapper to a multi-dim function withtout derivatives for Monte Carlo multi-dimensional integration algorithm |
| ROOT::Math::GSLMultiFit | GSLMultiFit, internal class for implementing GSL non linear least square GSL fitting |
| ROOT::Math::GSLMultiFitFunctionAdapter< FuncVector > | Class for adapting a C++ functor class to C function pointers used by GSL MultiFit Algorithm The templated C++ function class must implement: |
| ROOT::Math::GSLMultiFitFunctionWrapper | Wrapper to a multi-dim function withtout derivatives for multi-dimensional minimization algorithm |
| ROOT::Math::GSLMultiMinDerivFunctionWrapper | Wrapper for a multi-dimensional function with derivatives used in GSL multidim minimization algorithm |
| ROOT::Math::GSLMultiMinFunctionAdapter< UserFunc > | Class for adapting any multi-dimension C++ functor class to C function pointers used by GSL MultiMin algorithms |
| ROOT::Math::GSLMultiMinFunctionWrapper | Wrapper to a multi-dim function withtout derivatives for multi-dimensional minimization algorithm |
| ROOT::Math::GSLMultiMinimizer | GSLMultiMinimizer class , for minimizing multi-dimensional function using derivatives |
| ROOT::Math::GSLNLSMinimizer | GSLNLSMinimizer class for Non Linear Least Square fitting It Uses the Levemberg-Marquardt algorithm from GSL Non Linear Least Square fitting |
| ROOT::Math::GSLPlainIntegrationWorkspace | |
| ROOT::Math::GSLRandomEngine | GSLRandomEngine Base class for all GSL random engines, normally user instantiate the derived classes which creates internally the generator |
| ROOT::Math::GSLRngCMRG | Combined multiple recursive generator (L'Ecuyer) see here |
| ROOT::Math::GSLRngGFSR4 | Lagged Fibonacci generator by Ziff see here |
| ROOT::Math::GSLRngMinStd | MINSTD generator (Park and Miller) see here |
| ROOT::Math::GSLRngMRG | 5-th order multiple recursive generator (L'Ecuyer, Blouin and Coutre) see here |
| ROOT::Math::GSLRngMT | Mersenne-Twister generator gsl_rng_mt19937 from here |
| ROOT::Math::GSLRngRand | BSD rand() generator gsl_rmg_rand from here |
| ROOT::Math::GSLRngRanLux | Old Ranlux generator (James, Luscher) (default luxury level, p = 223) (This is eequivalent to TRandom1 with default luxury level) see here |
| ROOT::Math::GSLRngRanLuxD1 | Double precision (48 bits) version of Second generation of Ranlux generator with luxury level of 1 (It throws away 202 value for every 12 used) see here |
| ROOT::Math::GSLRngRanLuxD2 | Double precision (48 bits) version of Second generation of Ranlux generator with luxury level of 2 (It throws away 397 value for every 12 used) see here |
| ROOT::Math::GSLRngRanLuxS1 | Second generation of Ranlux generator for single precision with luxury level of 1 (It throws away 202 values for every 12 used) see here |
| ROOT::Math::GSLRngRanLuxS2 | Second generation of Ranlux generator for Single precision with luxury level of 2 (It throws away 397 value for every 12 used) see here |
| ROOT::Math::GSLRngRanMar | RANMAR generator see here |
| ROOT::Math::GSLRngTaus | Tausworthe generator by L'Ecuyer see here |
| ROOT::Math::GSLRngWrapper | GSLRngWrapper class to wrap gsl_rng structure |
| ROOT::Math::GSLRootFdFSolver | Root-Finder with derivatives implementation class using GSL |
| ROOT::Math::GSLRootFinder | Base class for GSL Root-Finding algorithms for one dimensional functions which do not use function derivatives |
| ROOT::Math::GSLRootFinderDeriv | Base class for GSL Root-Finding algorithms for one dimensional functions which use function derivatives |
| ROOT::Math::GSLRootFSolver | Root-Finder implementation class using GSL |
| ROOT::Math::GSLSimAnFunc | GSLSimAnFunc class description |
| ROOT::Math::GSLSimAnMinimizer | GSLSimAnMinimizer class for minimization using simulated annealing using the algorithm from GSL |
| ROOT::Math::GSLSimAnnealing | GSLSimAnnealing class for performing a simulated annealing search of a multidimensional function |
| ROOT::Math::GSLSimAnParams | Structure holding the simulated annealing parameters |
| ROOT::Math::GSLVegasIntegrationWorkspace | Workspace for VEGAS |
| HelperOps | |
| ROOT::Math::IBaseFunctionMultiDim | Documentation for the abstract class IBaseFunctionMultiDim |
| ROOT::Math::IBaseFunctionOneDim | Interface (abstract class) for generic functions objects of one-dimension Provides a method to evaluate the function given a value (simple double) by implementing operator() (const double ) |
| ROOT::Math::IBaseParam | Documentation for the abstract class IBaseParam |
| ROOT::Math::IGradientFunctionMultiDim | Interface (abstract class) for multi-dimensional functions providing a gradient calculation |
| ROOT::Math::IGradientFunctionOneDim | Interface (abstract class) for one-dimensional functions providing a gradient calculation |
| ROOT::Math::IGradientMultiDim | Gradient interface (abstract class) defining the signature for calculating the gradient of a multi-dimensional function |
| ROOT::Math::IGradientOneDim | Specialized Gradient interface(abstract class) for one dimensional functions It provides a method to evaluate the derivative of the function, Derivative and a method to evaluate at the same time the function and the derivative FdF |
| ROOT::Math::IMinimizer1D | Interface class for numerical methods for one-dimensional minimization |
| ROOT::Fit::FitUtil::IntegralEvaluator< ParamFunc > | |
| ROOT::Math::IntegrandTransform | Auxillary inner class for mapping infinite and semi-infinite integrals |
| ROOT::Math::IntegratorMultiDim | User class for performing multidimensional integration |
| ROOT::Math::IntegratorMultiDimOptions | Numerical multi dimensional integration options |
| ROOT::Math::IntegratorOneDim | User Class for performing numerical integration of a function in one dimension |
| ROOT::Math::IntegratorOneDimOptions | Numerical one dimensional integration options |
| ROOT::Math::Interpolator | Class for performing function interpolation of points |
| ROOT::Math::Inverter< idim, n > | Matrix Inverter class Class to specialize calls to Dinv |
| ROOT::Math::Inverter< 0 > | Inverter<0> |
| ROOT::Math::Inverter< 1 > | 1x1 matrix inversion |
| ROOT::Math::Inverter< 2 > | 2x2 matrix inversion using Cramers rule |
| ROOT::Math::IOptions | Generic interface for defining configuration options of a numerical algorithm |
| ROOT::Math::IParametricFunctionMultiDim | IParamFunction interface (abstract class) describing multi-dimensional parameteric functions It is a derived class from ROOT::Math::IBaseFunctionMultiDim and ROOT::Math::IBaseParam |
| ROOT::Math::IParametricFunctionOneDim | Specialized IParamFunction interface (abstract class) for one-dimensional parametric functions It is a derived class from ROOT::Math::IBaseFunctionOneDim and ROOT::Math::IBaseParam |
| ROOT::Math::IParametricGradFunctionMultiDim | Interface (abstract class) for parametric gradient multi-dimensional functions providing in addition to function evaluation with respect to the coordinates also the gradient with respect to the parameters, via the method ParameterGradient |
| ROOT::Math::IParametricGradFunctionOneDim | Interface (abstract class) for parametric one-dimensional gradient functions providing in addition to function evaluation with respect the coordinates also the gradient with respect to the parameters, via the method ParameterGradient |
| ROOT::Math::IRootFinderMethod | Interface for finding function roots of one-dimensional functions |
| ROOT::Math::KelvinFunctions | |
| ROOT::Math::LocalCoordinateSystemTag | Tag for identifying vectors based on a local coordinate system |
| ROOT::Fit::LogLikelihoodFCN< FunType > | LogLikelihoodFCN class for likelihood fits |
| ROOT::Math::LorentzRotation | Lorentz transformation class with the (4D) transformation represented by a 4x4 orthosymplectic matrix |
| ROOT::Math::LorentzVector< CoordSystem > | Class describing a generic LorentzVector in the 4D space-time, using the specified coordinate system for the spatial vector part |
| ROOT::Math::LSResidualFunc | LSResidualFunc class description |
| ROOT::Math::detail::manipulator< char_t > | |
| ROOT::Math::MatRepStd< T, D1, D2 > | MatRepStd Standard Matrix representation for a general D1 x D2 matrix |
| ROOT::Math::MatRepSym< T, D > | MatRepSym Matrix storage representation for a symmetric matrix of dimension NxN This class is a template on the contained type and on the symmetric matrix size, N |
| ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D > | Class for Matrix-Matrix multiplication |
| ROOT::Math::MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn > | Functor Handler to Wrap pointers to member functions The member function type must be (XXX means any name is allowed) : double XXX ( double x) for 1D functions and double XXXX (const double *x) for multi-dimensional functions |
| ROOT::Math::MemGradFunHandler< ParentFunctor, PointerToObj, PointerToMemFn, PointerToGradMemFn > | Functor Handler to Wrap pointers to member functions for the evaluation of the function and the gradient |
| ROOT::Math::meta_col_dot< I > | |
| ROOT::Math::meta_col_dot< 0 > | |
| ROOT::Math::meta_dot< I > | |
| ROOT::Math::meta_dot< 0 > | |
| ROOT::Math::meta_mag< I > | |
| ROOT::Math::meta_mag< 0 > | |
| ROOT::Math::meta_matrix_dot< I > | |
| ROOT::Math::meta_matrix_dot< 0 > | |
| ROOT::Math::meta_row_dot< I > | |
| ROOT::Math::meta_row_dot< 0 > | |
| ROOT::Math::Minimizer | Abstract Minimizer class, defining the interface for the various minimizer (like Minuit2, Minuit, GSL, etc |
| ROOT::Math::MinimizerOptions | Minimizer options |
| ROOT::Math::MinimizerVariable | MinimizerVariable class to perform a transformations on the variables to deal with fixed or limited variables |
| ROOT::Math::MinimizerVariableTransformation | Base class for MinimizerVariable transformations defining the functions to deal with bounded parameters |
| ROOT::Math::MinimTransformFunction | MinimTransformFunction class to perform a transformations on the variables to deal with fixed or limited variables (support both double and single bounds) The class manages the passed function pointer |
| ROOT::Math::MinOp< T > | Subtraction Operation Class |
| ROOT::Math::Minus< T > | Unary Minus Operation Class |
| ROOT::Math::MinusEquals< T, D1, D2, A, R1, R2 > | Evaluate the expression performing a -= operation Need to check whether creating a temporary object with the expression result (like in op: A -= A * B ) |
| ROOT::Math::MinusEquals< T, D1, D2, A, MatRepSym< T, D1 >, MatRepStd< T, D1, D2 > > | Specialization for symmetrix -= general : NOT Allowed operation |
| ROOT::Math::MinusEquals< T, D1, D2, A, MatRepSym< T, D1 >, MatRepSym< T, D1 > > | Specialization for symmetric matrices |
| ROOT::Math::MiserParameters | Structures collecting parameters for MISER multidimensional integration |
| ROOT::Fit::ModelFunctionTrait< FunType > | |
| ROOT::Fit::ModelFunctionTrait< ROOT::Math::IMultiGradFunction > | |
| ROOT::Math::MulOp< T > | Multiplication (element-wise) Operation Class |
| ROOT::Math::MultiDimParamFunctionAdapter | MultiDimParamFunctionAdapter class to wrap a one-dimensional parametric function in a multi dimensional parameteric function interface This is used typically in fitting where internally the function is stored as multidimension |
| ROOT::Math::MultiDimParamGradFunctionAdapter | MultiDimParamGradFunctionAdapter class to wrap a one-dimensional parametric gradient function in a multi dimensional parameteric gradient function interface This is used typically in fitting where internally the function is stored as multidimension |
| ROOT::Math::MultiNumGradFunction | MultiNumGradFunction class to wrap a normal function in a gradient function using numerical gradient calculation provided by the class Derivator (based on GSL numerical derivation) |
| ROOT::Math::MultPolicy< T, R1, R2 > | Matrix-matrix multiplication policy |
| ROOT::Math::Roots::Newton | Newton algorithm, which computes the derivative at each iteration See the GSL manual for more information |
| ROOT::Math::NullTypeFunc1D | |
| ROOT::Fit::ObjFuncTrait< Func > | |
| ROOT::Fit::ObjFuncTrait< ROOT::Math::FitMethodFunction > | |
| ROOT::Fit::ObjFuncTrait< ROOT::Math::FitMethodGradFunction > | |
| ROOT::Math::OneDimMultiFunctionAdapter< MultiFuncType > | OneDimMultiFunctionAdapter class to wrap a multidimensional function in one dimensional one |
| ROOT::Math::OneDimParamFunctionAdapter< ParamFuncType > | OneDimParamFunctionAdapter class to wrap a multi-dim parameteric function in one dimensional one |
| ROOT::Math::IntegOptionsUtil::OptionTrait< OptionType > | |
| ROOT::Math::IntegOptionsUtil::OptionTrait< IntegratorMultiDimOptions > | |
| ROOT::Math::IntegOptionsUtil::OptionTrait< IntegratorOneDimOptions > | |
| ROOT::Fit::FitUtil::ParamDerivFunc< GradFunc > | |
| ROOT::Fit::ParameterSettings | Class, describing value, limits and step size of the parameters Provides functionality also to set/retrieve values, step sizes, limits and fix the parameters |
| ROOT::Math::ParamFunction< IPFType > | Base template class for all Parametric Functions |
| ROOT::Math::ParamFunctionBase | Class defining the signature for multi-dim parametric functions |
| ROOT::Math::ParamFunctor | Param Functor class for Multidimensional functions |
| ROOT::Math::ParamFunctorHandler< ParentFunctor, Func > | ParamFunctor Handler class is responsible for wrapping any other functor and pointer to free C functions |
| ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn > | ParamFunctor Handler to Wrap pointers to member functions |
| ROOT::Math::PDFIntegral | |
| ROOT::Math::PlaceExpr< T, D1, D2, D3, D4, A, R1, R2 > | |
| ROOT::Math::PlaceExpr< T, D1, D2, D3, D4, A, MatRepSym< T, D1 >, MatRepStd< T, D3, D4 > > | |
| ROOT::Math::PlaceExpr< T, D1, D2, D3, D4, A, MatRepSym< T, D1 >, MatRepSym< T, D3 > > | |
| ROOT::Math::PlaceMatrix< T, D1, D2, D3, D4, R1, R2 > | Structure to deal when a submatrix is placed in a matrix |
| ROOT::Math::PlaceMatrix< T, D1, D2, D3, D4, MatRepSym< T, D1 >, MatRepStd< T, D3, D4 > > | |
| ROOT::Math::PlaceMatrix< T, D1, D2, D3, D4, MatRepSym< T, D1 >, MatRepSym< T, D3 > > | |
| ROOT::Math::PlainParameters | |
| ROOT::Math::Plane3D | Class describing a geometrical plane in 3 dimensions |
| ROOT::Math::PlusEquals< T, D1, D2, A, R1, R2 > | Evaluate the expression performing a += operation Need to check whether creating a temporary object with the expression result (like in op: A += A * B ) |
| ROOT::Math::PlusEquals< T, D1, D2, A, MatRepSym< T, D1 >, MatRepStd< T, D1, D2 > > | Specialization for symmetrix += general : NOT Allowed operation |
| ROOT::Math::PlusEquals< T, D1, D2, A, MatRepSym< T, D1 >, MatRepSym< T, D1 > > | Specialization for symmetric matrices Evaluate the expression performing a += operation for symmetric matrices Need to have a separate functions to avoid to modify two times the off-diagonal elements (i.e applying two times the expression) Need to check whether creating a temporary object with the expression result (like in op: A += A * B ) |
| ROOT::Fit::PoissonLikelihoodFCN< FunType > | Class evaluating the log likelihood for binned Poisson likelihood fits it is template to distinguish gradient and non-gradient case |
| ROOT::Math::Polar2D< T > | Class describing a polar 2D coordinate system based on r and phi Phi is restricted to be in the range [-PI,PI) |
| ROOT::Math::Polar3D< T > | Class describing a polar coordinate system based on r, theta and phi Phi is restricted to be in the range [-PI,PI) |
| ROOT::Math::Polynomial | Parametric Function class describing polynomials of order n |
| ROOT::Math::PositionVector2D< CoordSystem, Tag > | Class describing a generic position vector (point) in 2 dimensions |
| ROOT::Math::PositionVector3D< CoordSystem, Tag > | Class describing a generic position vector (point) in 3 dimensions |
| ROOT::Fit::ProxyListBox | |
| ROOT::Math::PtEtaPhiE4D< ScalarType > | Class describing a 4D cylindrical coordinate system using Pt , Phi, Eta and E (or rho, phi, eta , T) The metric used is (-,-,-,+) |
| ROOT::Math::PtEtaPhiM4D< ScalarType > | Class describing a 4D cylindrical coordinate system using Pt , Phi, Eta and M (mass) The metric used is (-,-,-,+) |
| ROOT::Math::PxPyPzE4D< ScalarType > | Class describing a 4D cartesian coordinate system (x, y, z, t coordinates) or momentum-energy vectors stored as (Px, Py, Pz, E) |
| ROOT::Math::PxPyPzM4D< ScalarType > | Class describing a 4D coordinate system or momentum-energy vectors stored as (Px, Py, Pz, M) |
| ROOT::Math::Quaternion | Rotation class with the (3D) rotation represented by a unit quaternion (u, i, j, k) |
| ROOT::Math::Random< Engine > | User class for MathMore random numbers template on the Engine type |
| ROOT::Math::RetrieveMatrix< T, D1, D2, D3, D4, R1, R2 > | Structure for getting sub matrices We have different cases according to the matrix representations |
| ROOT::Math::RetrieveMatrix< T, D1, D2, D3, D4, MatRepSym< T, D1 >, MatRepStd< T, D3, D4 > > | |
| ROOT::Math::RetrieveMatrix< T, D1, D2, D3, D4, MatRepSym< T, D1 >, MatRepSym< T, D3 > > | |
| ROOT::Math::RichardsonDerivator | User class for calculating the derivatives of a function |
| ROOT::Math::RootFinder | User Class to find the Root of one dimensional functions |
| ROOT::Math::Rotation3D | Rotation class with the (3D) rotation represented by a 3x3 orthogonal matrix |
| ROOT::Math::RotationX | Rotation class representing a 3D rotation about the X axis by the angle of rotation |
| ROOT::Math::RotationY | Rotation class representing a 3D rotation about the Y axis by the angle of rotation |
| ROOT::Math::RotationZ | Rotation class representing a 3D rotation about the Z axis by the angle of rotation |
| ROOT::Math::RotationZYX | Rotation class with the (3D) rotation represented by angles describing first a rotation of an angle phi (yaw) about the Z axis, followed by a rotation of an angle theta (pitch) about the new Y' axis, followed by a third rotation of an angle psi (roll) about the final X'' axis |
| ROOT::Math::RowOffsets< D > | Static structure to keep the conversion from (i,j) to offsets in the storage data for a symmetric matrix |
| ROOT::Math::RowOffsets< 1 > | |
| ROOT::Math::RowOffsets< 10 > | |
| ROOT::Math::RowOffsets< 2 > | |
| ROOT::Math::RowOffsets< 3 > | |
| ROOT::Math::RowOffsets< 4 > | |
| ROOT::Math::RowOffsets< 5 > | |
| ROOT::Math::RowOffsets< 6 > | |
| ROOT::Math::RowOffsets< 7 > | |
| ROOT::Math::RowOffsets< 8 > | |
| ROOT::Math::RowOffsets< 9 > | |
| ROOT::Math::SDeterminant< n, idim > | Dsfact |
| ROOT::Math::Roots::Secant | Secant algorithm, simplified version of Newton method, which does not require the derivative at every step |
| ROOT::Fit::FitUtil::SimpleGradientCalculator | |
| ROOT::Math::SinVariableTransformation | Sin Transformation class for dealing with double bounded variables |
| ROOT::Math::SInverter< T, n, idim > | Dsinv |
| ROOT::Math::SMatrix< T, D1, D2, R > | SMatrix: a generic fixed size D1 x D2 Matrix class |
| ROOT::Math::SMatrixIdentity | |
| ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow | |
| ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow_const | |
| ROOT::Fit::SparseData | |
| ROOT::Math::Sqr< T > | Unary Square Operation Class |
| ROOT::Math::Sqrt< T > | Unary Square Root Operation Class |
| ROOT::Math::SqrtLowVariableTransformation | Sqrt Transformation class for dealing with lower bounded variables |
| ROOT::Math::SqrtUpVariableTransformation | Sqrt Transformation class for dealing with upper bounded variables |
| ROOT::Math::Roots::Steffenson | Steffenson method, providing the fastes convergence |
| ROOT::Math::SVector< T, D > | SVector: a generic fixed size Vector class |
| TComplex | |
| ROOT::Math::TensorMulOp< Vector1, Vector2 > | Class for Tensor Multiplication (outer product) of two vectors giving a matrix |
| TKDTree< Index, Value > | |
| TKDTreeBinning | |
| TRandom | |
| TRandom1 | |
| TRandom2 | |
| TRandom3 | |
| ROOT::Math::Transform3D | Basic 3D Transformation class describing a rotation and then a translation The internal data are a 3D rotation data (represented as a 3x3 matrix) and a 3D vector data |
| ROOT::Math::Translation3D | Class describing a 3 dimensional translation |
| ROOT::Math::TransposeOp< Matrix, T, D1, D2 > | Class for Transpose Operations |
| ROOT::Math::TranspPolicy< T, D1, D2, R > | Matrix transpose policy |
| ROOT::Math::TranspPolicy< T, D1, D2, MatRepSym< T, D1 > > | |
| TVirtualFitter | |
| ROOT::Math::UnaryOp< Operator, RHS, T > | UnaryOperation class A class representing unary operators in the parse tree |
| ROOT::Fit::UnBinData | Class describing the unbinned data sets (just x coordinates values) of any dimensions |
| ROOT::Math::Vavilov | Base class describing a Vavilov distribution |
| ROOT::Math::VavilovAccurate | Class describing a Vavilov distribution |
| ROOT::Math::VavilovAccurateCdf | Class describing the Vavilov cdf |
| ROOT::Math::VavilovAccuratePdf | Class describing the Vavilov pdf |
| ROOT::Math::VavilovAccurateQuantile | Class describing the Vavilov quantile function |
| ROOT::Math::VavilovFast | Class describing a Vavilov distribution |
| ROOT::Math::VecExpr< ExprType, T, D > | Expression wrapper class for Vector objects |
| ROOT::Math::VectorMatrixColOp< Vector, Matrix, D1 > | Class for Vector-Matrix multiplication |
| ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 > | |
| ROOT::Math::VegasParameters | Structures collecting parameters for VEGAS multidimensional integration FOr implementation of default parameters see file mathmore/src/GSLMCIntegrationWorkspace.h |
| ROOT::Math::VirtualIntegrator | Abstract class for all numerical integration methods (1D and multi-dim) Interface defining the common methods for the numerical integrator classes of one and multi dimensions The derived class VirtualIntegratorOneDim defines the methods for one-dimensional integration |
| ROOT::Math::VirtualIntegratorMultiDim | Interface (abstract) class for multi numerical integration It must be implemented by the concrete Integrator classes like ROOT::Math::GSLMCIntegrator |
| ROOT::Math::VirtualIntegratorOneDim | Interface (abstract) class for 1D numerical integration It must be implemented by the concrate Integrator classes like ROOT::Math::GSLIntegrator |
| ROOT::Math::WrappedFunction< Func > | Template class to wrap any C++ callable object which takes one argument i.e |
| ROOT::Math::WrappedMemFunction< FuncObj, MemFuncPtr > | Template class to wrap any member function of a class taking a double and returning a double in a 1D function interface For example, if you have a class like: struct X { double Eval(double x); }; you can wrapped in the following way: WrappedMemFunction<X, double ( X::* ) (double) > f; |
| ROOT::Math::WrappedMemMultiFunction< FuncObj, MemFuncPtr > | |
| ROOT::Math::WrappedMultiFunction< Func > | Template class to wrap any C++ callable object implementing operator() (const double * x) in a multi-dimensional function interface |
| ROOT::Math::WrappedParamFunction< FuncPtr > | WrappedParamFunction class to wrap any multi-dimensional function pbject implementing the operator()(const double * x, const double * p) in an interface-like IParamFunction with a vector storing and caching internally the parameter values |
| ROOT::Math::WrappedParamFunctionGen< FuncPtr > | WrappedParamGenFunction class to wrap any multi-dimensional function implementing the operator()(const double * ) in an interface-like IParamFunction, by fixing some of the variables and define them as parameters |