Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NEigen
 CAutoDiffScalarA scalar type replacement with automatic differentation capability
 CDynamicSparseMatrixA sparse matrix class designed for matrix assembly purpose
 CGMRESA GMRES solver for sparse square problems
 CHybridNonLinearSolverFinds a zero of a system of n nonlinear functions in n variables by a modification of the Powell hybrid method ("dogleg")
 CIterationControllerControls the iterations of the iterative solvers
 CKdBVHA simple bounding volume hierarchy based on AlignedBox
 CLevenbergMarquardtPerforms non linear optimization over a non-linear function, using a variant of the Levenberg Marquardt algorithm
 CMatrixExponentialClass for computing the matrix exponential
 CMatrixExponentialReturnValueProxy for the matrix exponential of some matrix (expression)
 CMatrixFunctionClass for computing matrix functions
 CMatrixFunctionAtomicHelper class for computing matrix functions of atomic matrices
 CMatrixFunctionReturnValueProxy for the matrix function of some matrix (expression)
 CMatrixLogarithmAtomicHelper class for computing matrix logarithm of atomic matrices
 CMatrixLogarithmReturnValueProxy for the matrix logarithm of some matrix (expression)
 CMatrixMarketIteratorIterator to browse matrices from a specified folder
 CMatrixSquareRootClass for computing matrix square roots of general matrices
 CMatrixSquareRootQuasiTriangularClass for computing matrix square roots of upper quasi-triangular matrices
 CMatrixSquareRootReturnValueProxy for the matrix square root of some matrix (expression)
 CMatrixSquareRootTriangularClass for computing matrix square roots of upper triangular matrices
 CNumericalDiff
 CPolynomialSolverA polynomial solver
 CPolynomialSolverBaseDefined to be inherited by polynomial solvers: it provides convenient methods such as
 CRandomSetterThe RandomSetter is a wrapper object allowing to set/update a sparse matrix with random access
 CSkylineInplaceLUInplace LU decomposition of a skyline matrix and associated features
 CSkylineMatrixThe main skyline matrix class
 CSkylineMatrixBaseBase class of any skyline matrices or skyline expressions
 CSkylineStorage
 CSplineA class representing multi-dimensional spline curves
 CSplineFittingSpline fitting methods
 CSplineTraits< Spline< _Scalar, _Dim, _Degree >, _DerivativeOrder >Compile-time attributes of the Spline class for fixed degree
 CSplineTraits< Spline< _Scalar, _Dim, _Degree >, Dynamic >Compile-time attributes of the Spline class for Dynamic degree
 CStdMapTraits
 CStdStemFunctionsStem functions corresponding to standard mathematical functions