rheolef  6.3
Public Member Functions | Public Attributes | List of all members
rheolef::weighted_point< T > Struct Template Reference

#include <quadrature.h>

Public Member Functions

 weighted_point ()
 weighted_point (const point_basic< T > &x1, const T &w1)

Public Attributes

point_basic< T > x
w

Detailed Description

template<class T>
struct rheolef::weighted_point< T >

Definition at line 80 of file quadrature.h.

Constructor & Destructor Documentation

template<class T >
rheolef::weighted_point< T >::weighted_point ( )
inline

Definition at line 81 of file quadrature.h.

template<class T >
rheolef::weighted_point< T >::weighted_point ( const point_basic< T > &  x1,
const T &  w1 
)
inline

Definition at line 82 of file quadrature.h.

Member Data Documentation

template<class T >
point_basic<T> rheolef::weighted_point< T >::x

Definition at line 83 of file quadrature.h.

template<class T >
T rheolef::weighted_point< T >::w

Definition at line 84 of file quadrature.h.


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