| ▼NEigen | |
| CAutoDiffScalar | A scalar type replacement with automatic differentation capability |
| CDynamicSparseMatrix | A sparse matrix class designed for matrix assembly purpose |
| CGMRES | A GMRES solver for sparse square problems |
| CHybridNonLinearSolver | Finds a zero of a system of n nonlinear functions in n variables by a modification of the Powell hybrid method ("dogleg") |
| CIterationController | Controls the iterations of the iterative solvers |
| CKdBVH | A simple bounding volume hierarchy based on AlignedBox |
| CLevenbergMarquardt | Performs non linear optimization over a non-linear function, using a variant of the Levenberg Marquardt algorithm |
| CMatrixExponential | Class for computing the matrix exponential |
| CMatrixExponentialReturnValue | Proxy for the matrix exponential of some matrix (expression) |
| CMatrixFunction | Class for computing matrix functions |
| CMatrixFunctionAtomic | Helper class for computing matrix functions of atomic matrices |
| CMatrixFunctionReturnValue | Proxy for the matrix function of some matrix (expression) |
| CMatrixLogarithmAtomic | Helper class for computing matrix logarithm of atomic matrices |
| CMatrixLogarithmReturnValue | Proxy for the matrix logarithm of some matrix (expression) |
| CMatrixMarketIterator | Iterator to browse matrices from a specified folder |
| CMatrixSquareRoot | Class for computing matrix square roots of general matrices |
| CMatrixSquareRootQuasiTriangular | Class for computing matrix square roots of upper quasi-triangular matrices |
| CMatrixSquareRootReturnValue | Proxy for the matrix square root of some matrix (expression) |
| CMatrixSquareRootTriangular | Class for computing matrix square roots of upper triangular matrices |
| CNumericalDiff | |
| CPolynomialSolver | A polynomial solver |
| CPolynomialSolverBase | Defined to be inherited by polynomial solvers: it provides convenient methods such as |
| CRandomSetter | The RandomSetter is a wrapper object allowing to set/update a sparse matrix with random access |
| CSkylineInplaceLU | Inplace LU decomposition of a skyline matrix and associated features |
| CSkylineMatrix | The main skyline matrix class |
| CSkylineMatrixBase | Base class of any skyline matrices or skyline expressions |
| CSkylineStorage | |
| CSpline | A class representing multi-dimensional spline curves |
| CSplineFitting | Spline 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 | |
| CStdStemFunctions | Stem functions corresponding to standard mathematical functions |