#include <EigenSolverFactory.h>
A factory to create Eigen solvers from strings (the name of the ordering method, and the name of the floating-point type)
| Classes | |
| struct | OrderingMethodName | 
| Public Member Functions | |
| template<typename EigenClass > | |
| void | registerType (const std::string &orderingMethodName) | 
| template<class Scalar > | |
| BaseEigenSolverProxy * | getObject (const std::string &orderingMethodName) | 
| template<class Scalar > | |
| bool | hasObject (const std::string &orderingMethodName) | 
| sofa::type::vector< OrderingMethodName > | registeredObjects () const | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |