Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NEigenIterative scaling algorithm to equilibrate rows and column norms in matrices
 CAutoDiffScalarA scalar type replacement with automatic differentation capability
 CBDCSVDClass Bidiagonal Divide and Conquer SVD
 CDGMRESA Restarted GMRES with deflation. This class implements a modification of the GMRES solver for sparse linear systems. The basis is built with modified Gram-Schmidt. At each restart, a few approximated eigenvectors corresponding to the smallest eigenvalues are used to build a preconditioner for the next cycle. This preconditioner for deflation can be combined with any other preconditioner, the IncompleteLUT for instance. The preconditioner is applied at right of the matrix and the combination is multiplicative
 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")
 CIncompleteCholeskyModified Incomplete Cholesky with dual threshold
 CIterationControllerControls the iterations of the iterative solvers
 CJacobiSVDTwo-sided Jacobi SVD decomposition of a rectangular matrix
 CKdBVHA simple bounding volume hierarchy based on AlignedBox
 CKroneckerProductKronecker tensor product helper class for dense matrices
 CKroneckerProductSparseKronecker tensor product helper class for sparse matrices
 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
 CMatrixPowerClass for computing matrix powers
 CMatrixPowerReturnValueProxy for the matrix power of some matrix (expression)
 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
 CMINRESA minimal residual solver for sparse symmetric problems
 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
 CSVDBaseMother class of SVD classes algorithms