autogenu-jupyter
An automatic code generator and the continuation/GMRES (C/GMRES) based numerical solvers for nonlinear MPC
Loading...
Searching...
No Matches
macros.hpp
Go to the documentation of this file.
1
#ifndef CGMRES__MACROS_HPP_
2
#define CGMRES__MACROS_HPP_
3
4
namespace
cgmres
{
5
namespace
detail {
6
7
#define CGMRES_EIGEN_CONST_CAST(TYPE, OBJ) const_cast<TYPE &>(OBJ.derived())
8
9
}
// namespace detail
10
}
// namespace cgmres
11
12
#endif
// CGMRES__MACROS_HPP_
cgmres
Definition:
continuation_gmres.hpp:11
include
cgmres
detail
macros.hpp
Generated by
1.9.5