Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
AlignedVector3A vectorization friendly 3D vector
CholmodDecompositionA Cholesky factorization and solver based on Cholmod
HybridNonLinearSolverFinds a zero of a system of n nonlinear functions in n variables by a modification of the Powell hybrid method ("dogleg")
IterationControllerControls the iterations of the iterative solvers
KdBVHA simple bounding volume hierarchy based on AlignedBox
SimplicialCholesky::keep_diag
LevenbergMarquardtPerforms non linear optimization over a non-linear function, using a variant of the Levenberg Marquardt algorithm
MatrixExponentialClass for computing the matrix exponential
MatrixExponentialReturnValueProxy for the matrix exponential of some matrix (expression)
MatrixFunctionClass for computing matrix exponentials
MatrixFunction< MatrixType, 0 >Partial specialization of MatrixFunction for real matrices
MatrixFunction< MatrixType, 1 >Partial specialization of MatrixFunction for complex matrices
MatrixFunctionAtomicHelper class for computing matrix functions of atomic matrices
MatrixFunctionReturnValueProxy for the matrix function of some matrix (expression)
NumericalDiff
PolynomialSolverA polynomial solver
PolynomialSolverBaseDefined to be inherited by polynomial solvers: it provides convenient methods such as
RandomSetterThe RandomSetter is a wrapper object allowing to set/update a sparse matrix with random access
SimplicialCholeskyA direct sparse Cholesky factorization
SkylineInplaceLUInplace LU decomposition of a skyline matrix and associated features
SkylineMatrixThe main skyline matrix class
SkylineMatrixBase< Derived >Base class of any skyline matrices or skyline expressions
SkylineStorage< Scalar >
SparseLDLTLDLT Cholesky decomposition of a sparse matrix and associated features
SparseLLTLLT Cholesky decomposition of a sparse matrix and associated features
SparseLULU decomposition of a sparse matrix and associated features
StdMapTraits
StdStemFunctionsStem functions corresponding to standard mathematical functions