preconditioners.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2017 CNRS
3  */
4 
5 #include <Eigen/Core>
6 
7 #if EIGEN_VERSION_AT_LEAST(3, 2, 0)
10 // #include "eigenpy/solvers/BFGSPreconditioners.hpp"
11 
12 namespace eigenpy {
13 
14 void exposePreconditioners() {
15  using namespace Eigen;
16 
18 #if EIGEN_VERSION_AT_LEAST(3, 3, 5)
20 #endif
22  // LimitedBFGSPreconditionerBaseVisitor<
23  // LimitedBFGSPreconditioner<double,Eigen::Dynamic,Eigen::Upper|Eigen::Lower>
24  // >::expose("LimitedBFGSPreconditioner");
25 }
26 
27 } // namespace eigenpy
28 
29 #endif
Eigen
Definition: complex.cpp:7
BasicPreconditioners.hpp
eigenpy::exposePreconditioners
void EIGENPY_DLLAPI exposePreconditioners()
eigenpy
Definition: alignment.hpp:14
eigenpy::expose
void expose()
Call the expose function of a given type T.
Definition: expose.hpp:23
eigenpy::IdentityPreconditionerVisitor::expose
static void expose()
Definition: BasicPreconditioners.hpp:109
eigenpy::DiagonalPreconditionerVisitor::expose
static void expose()
Definition: BasicPreconditioners.hpp:67
preconditioners.hpp


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 14 2024 02:15:58