Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template rms_coefficients<T, 27>

boost::numeric::quadrature::rms_coefficients<T,27>

Synopsis

template<typename T> 
struct rms_coefficients<T, 27> {
  // types
  typedef std::tr1::array< T, 14 >    value_type;
  typedef std::tr1::array< bool, 13 > flags_type;

  // public static functions
  static const value_type & weights() ;
  static const value_type & abcissa() ;
  static const flags_type & crossed_flags() ;
  static const flags_type & bisected_flags() ;
};

Description

rms_coefficients public static functions

  1. static const value_type & weights() ;
  2. static const value_type & abcissa() ;
  3. static const flags_type & crossed_flags() ;
  4. static const flags_type & bisected_flags() ;
Copyright © 2007 Hugo Duncan

PrevUpHomeNext