$extrastylesheet
#include <mln/fun/x2x/composed.hh>
Public Member Functions | |
| helper_composed_ () | |
| helper_composed_ (const T2 &f, const T1 &g) | |
| const T1 & | first () const |
| invert | inv () 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 composed< mln_invert(T1), mln_invert(T2)> | invert |
| 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 66 of file composed.hh.
| mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::helper_composed_ | ( | ) |
Constructor without argument.
| mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::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, true >::first | ( | ) | const |
Set the new first transformation.
| invert mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::inv | ( | ) | const |
Return the inverse function.
|
inherited |
|
inlineinherited |
Definition at line 57 of file x2x_linear_impl.hh.
| const T2& mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::second | ( | ) | const |
Set the new second transformation.
| void mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::set_first | ( | const T1 & | g | ) |
Set the new first transformation.
| void mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::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, true >::f_ |
Definition at line 101 of file composed.hh.
| T1 mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::g_ |
Definition at line 102 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, true >::data_t |
Type of the underlying data stored in vectors and matrices.
Definition at line 73 of file composed.hh.
|
inherited |
| typedef composed<mln_invert(T1),mln_invert(T2)> mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >::invert |
Type of the inverse function.
Definition at line 95 of file composed.hh.
|
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, true >::super_ |
Definition at line 70 of file composed.hh.