Public Types | Static Public Member Functions

inner_prod_impl< PointType, 3 > Struct Template Reference

Implementation of the inner product in three dimensions. More...

#include <inner_prod.hpp>

Public Types

typedef traits::value_type
< PointType >::type 
value_type

Static Public Member Functions

template<typename PointType2 >
static value_type apply (PointType const &p1, PointType2 const &p2)

Detailed Description

template<typename PointType>
struct viennagrid::detail::inner_prod_impl< PointType, 3 >

Implementation of the inner product in three dimensions.


Member Typedef Documentation

typedef traits::value_type<PointType>::type value_type

Member Function Documentation

static value_type apply ( PointType const &  p1,
PointType2 const &  p2 
) [inline, static]

The documentation for this struct was generated from the following file: