Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template kernel_workspace

boost::numeric::quadrature::kernel_workspace — Kernel workspace trait.

Synopsis

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

Description

Used to specify the type of workspace storage required

Copyright © 2007 Hugo Duncan

PrevUpHomeNext