$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::internal::x2x_linear_impl_< V, C, E > Struct Template Reference

#include <mln/fun/internal/x2x_linear_impl.hh>

Public Member Functions

const matrixmat () const
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

Detailed Description

template<typename V, typename C, typename E>
struct mln::fun::internal::x2x_linear_impl_< V, C, E >

Definition at line 49 of file x2x_linear_impl.hh.

Constructor & Destructor Documentation

template<typename V, typename C, typename E>
mln::fun::internal::x2x_linear_impl_< V, C, E >::x2x_linear_impl_ ( )
protected

Member Function Documentation

template<typename V, typename C, typename E>
const matrix& mln::fun::internal::x2x_linear_impl_< V, C, E >::mat ( ) const
template<typename V, typename C, typename E>
V mln::fun::internal::x2x_linear_impl_< V, C, E >::operator() ( const V &  x) const
inline

Member Data Documentation

template<typename V, typename C, typename E>
const unsigned mln::fun::internal::x2x_linear_impl_< V, C, E >::dim = V::dim
static

Definition at line 51 of file x2x_linear_impl.hh.

template<typename V, typename C, typename E>
matrix mln::fun::internal::x2x_linear_impl_< V, C, E >::m_
protected

Definition at line 68 of file x2x_linear_impl.hh.

Member Typedef Documentation

template<typename V, typename C, typename E>
typedef V mln::fun::internal::x2x_linear_impl_< V, C, E >::argument

Definition at line 53 of file x2x_linear_impl.hh.

template<typename V, typename C, typename E>
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.

template<typename V, typename C, typename E>
typedef V mln::fun::internal::x2x_linear_impl_< V, C, E >::result

Definition at line 54 of file x2x_linear_impl.hh.