#include <x2x_linear_impl.hh>
Public Types | |
typedef V | argument |
typedef V::coord | coord |
typedef algebra::h_mat< dim, coord > | matrix |
typedef V | result |
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_ |
Definition at line 48 of file x2x_linear_impl.hh.
typedef V mln::fun::internal::x2x_linear_impl_< V, E >::argument |
Definition at line 52 of file x2x_linear_impl.hh.
typedef V::coord mln::fun::internal::x2x_linear_impl_< V, E >::coord |
Definition at line 54 of file x2x_linear_impl.hh.
typedef algebra::h_mat<dim, coord> mln::fun::internal::x2x_linear_impl_< V, E >::matrix |
Definition at line 55 of file x2x_linear_impl.hh.
typedef V mln::fun::internal::x2x_linear_impl_< V, E >::result |
Definition at line 53 of file x2x_linear_impl.hh.
mln::fun::internal::x2x_linear_impl_< V, E >::x2x_linear_impl_ | ( | ) | [inline, protected] |
Definition at line 77 of file x2x_linear_impl.hh.
const x2x_linear_impl_< V, E >::matrix & mln::fun::internal::x2x_linear_impl_< V, E >::mat | ( | ) | const [inline] |
Definition at line 85 of file x2x_linear_impl.hh.
References mln::fun::internal::x2x_linear_impl_< V, E >::m_.
V mln::fun::internal::x2x_linear_impl_< V, E >::operator() | ( | const V & | x | ) | const [inline] |
Definition at line 57 of file x2x_linear_impl.hh.
const unsigned mln::fun::internal::x2x_linear_impl_< V, E >::dim = V::dim [static] |
Definition at line 50 of file x2x_linear_impl.hh.
matrix mln::fun::internal::x2x_linear_impl_< V, E >::m_ [protected] |
Definition at line 68 of file x2x_linear_impl.hh.
Referenced by mln::fun::internal::x2x_linear_impl_< V, E >::mat(), mln::fun::internal::x2x_linear_impl_< T2::result, E >::operator()(), mln::fun::x2x::rotation< n, C >::operator()(), mln::fun::x2x::rotation< n, C >::rotation(), mln::fun::x2x::translation< n, C >::update(), and mln::fun::x2x::rotation< n, C >::update().