$extrastylesheet
#include <mln/fun/x2x/composed.hh>
Public Member Functions | |
| helper_composed_ () | |
| helper_composed_ (const T2 &f, const T1 &g) | |
| const T1 & | first () const |
| const matrix & | mat () const |
| T2::result | operator() (const T2::result &x) const |
| const T2 & | second () const |
| void | set_first (const T1 &g) |
| void | set_second (const T2 &f) |
Public Attributes | |
| T2 | f_ |
| T1 | g_ |
Static Public Attributes | |
| static const unsigned | dim |
Protected Attributes | |
| matrix | m_ |
Public Types | |
| typedef T2::result | argument |
| typedef Function_v2v< void > | category |
| typedef T2::data_t | data_t |
| typedef E | exact_t |
| typedef algebra::h_mat< dim, T2::data_t > | matrix |
| typedef void | mutable_result |
| typedef T2::result | result |
| typedef fun::internal::x2x_linear_impl_ < typename T2::result, typename T2::data_t, E > | super_ |
Definition at line 110 of file composed.hh.
| mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >::helper_composed_ | ( | ) |
Constructor without argument.
| mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >::helper_composed_ | ( | const T2 & | f, |
| const T1 & | g | ||
| ) |
Constructor with the two transformation to be composed.
| const T1& mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >::first | ( | ) | const |
Set the new first transformation.
|
inherited |
|
inlineinherited |
Definition at line 57 of file x2x_linear_impl.hh.
| const T2& mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >::second | ( | ) | const |
Set the new second transformation.
| void mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >::set_first | ( | const T1 & | g | ) |
Set the new first transformation.
| void mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >::set_second | ( | const T2 & | f | ) |
Set the new second transformation.
|
staticinherited |
Definition at line 51 of file x2x_linear_impl.hh.
| T2 mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >::f_ |
Definition at line 141 of file composed.hh.
| T1 mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >::g_ |
Definition at line 142 of file composed.hh.
|
protectedinherited |
Definition at line 68 of file x2x_linear_impl.hh.
|
inherited |
Definition at line 53 of file x2x_linear_impl.hh.
|
inherited |
Definition at line 134 of file function.hh.
| typedef T2::data_t mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >::data_t |
Type of the underlying data stored in vectors and matrices.
Definition at line 118 of file composed.hh.
|
inherited |
|
inherited |
Definition at line 55 of file x2x_linear_impl.hh.
|
inherited |
Definition at line 135 of file function.hh.
|
inherited |
Definition at line 54 of file x2x_linear_impl.hh.
| typedef fun::internal::x2x_linear_impl_<typename T2::result, typename T2::data_t, E > mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >::super_ |
Definition at line 114 of file composed.hh.