Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template kernel_interval

boost::numeric::quadrature::kernel_interval — Kernel interval trait.

Synopsis

template<typename Kernel, typename Domain, typename Image> 
struct kernel_interval {
  // types
  typedef unspecified type;
};

Description

Used to specify the type of interval storage required. Vector types are set use array here, to reduce the number of template instantiations.

Copyright © 2007 Hugo Duncan

PrevUpHomeNext