preconditioners.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2017-2018, Justin Carpentier, LAAS-CNRS
3  *
4  * This file is part of eigenpy.
5  * eigenpy is free software: you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public License
7  * as published by the Free Software Foundation, either version 3 of
8  * the License, or (at your option) any later version.
9  * eigenpy is distributed in the hope that it will be
10  * useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU Lesser General Public License for more details. You should
13  * have received a copy of the GNU Lesser General Public License along
14  * with eigenpy. If not, see <http://www.gnu.org/licenses/>.
15  */
16 
17 #include <Eigen/Core>
18 
19 #if EIGEN_VERSION_AT_LEAST(3,2,0)
22 //#include "eigenpy/solvers/BFGSPreconditioners.hpp"
23 
24 namespace eigenpy
25 {
26 
28  {
29  using namespace Eigen;
30 
32 #if EIGEN_VERSION_AT_LEAST(3,3,5)
34 #endif
36 // LimitedBFGSPreconditionerBaseVisitor< LimitedBFGSPreconditioner<double,Eigen::Dynamic,Eigen::Upper|Eigen::Lower> >::expose("LimitedBFGSPreconditioner");
37 
38  }
39 
40 } // namespace eigenpy
41 
42 #endif
43 
void EIGENPY_DLLAPI exposePreconditioners()
Definition: complex.cpp:7
void expose()
Call the expose function of a given type T.
Definition: expose.hpp:25


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59