$extrastylesheet
#include <mln/fun/internal/x2x_linear_impl.hh>
Public Member Functions | |
| const matrix & | mat () const |
| V | operator() (const V &x) const |
Static Public Attributes | |
| static const unsigned | dim = V::dim |
Protected Member Functions | |
| x2x_linear_impl_ () | |
Protected Attributes | |
| matrix | m_ |
Public Types | |
| typedef V | argument |
| typedef algebra::h_mat< dim, C > | matrix |
| typedef V | result |
Definition at line 49 of file x2x_linear_impl.hh.
|
protected |
| const matrix& mln::fun::internal::x2x_linear_impl_< V, C, E >::mat | ( | ) | const |
|
inline |
Reimplemented in mln::fun::x2x::rotation< n, C >, and mln::fun::x2x::translation< n, C >.
Definition at line 57 of file x2x_linear_impl.hh.
|
static |
Definition at line 51 of file x2x_linear_impl.hh.
|
protected |
Definition at line 68 of file x2x_linear_impl.hh.
| typedef V mln::fun::internal::x2x_linear_impl_< V, C, E >::argument |
Definition at line 53 of file x2x_linear_impl.hh.
| typedef algebra::h_mat<dim, C> mln::fun::internal::x2x_linear_impl_< V, C, E >::matrix |
Definition at line 55 of file x2x_linear_impl.hh.
| typedef V mln::fun::internal::x2x_linear_impl_< V, C, E >::result |
Definition at line 54 of file x2x_linear_impl.hh.