Feel++  0.92.0
Public Types | Public Member Functions | Public Attributes
Feel::detail::times_x< P > Struct Template Reference

List of all members.

Public Types

typedef P::value_type value_type
typedef P::points_type points_type

Public Member Functions

 times_x (P const &p, int c)
ublas::vector< value_type > operator() (points_type const &__pts) const

Public Attributes

_M_p
int _M_c

template<typename P>
struct Feel::detail::times_x< P >