Compose two Eigen functors F1 and F2.
More...
#include <functor_composition.hpp>
|
template<typename MF1 , typename MF2 > |
constexpr | functor_composition (MF1 &&f1, MF2 &&f2) |
|
template<typename Scalar > |
constexpr auto | operator() (const Scalar &a) const |
|
template<typename Packet > |
constexpr auto | packetOp (const Packet &a) const |
|
decltype(auto) constexpr | functor1 () const & |
|
decltype(auto) constexpr | functor1 () const && |
|
decltype(auto) constexpr | functor2 () const & |
|
decltype(auto) constexpr | functor2 () const && |
|
template<typename F1, typename F2>
struct OpenKalman::Eigen3::functor_composition< F1, F2 >
Compose two Eigen functors F1 and F2.
(F2 is applied first).
- Template Parameters
-
The documentation for this struct was generated from the following file: