Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_arithmetic_scalar

boost::numeric::quadrature::is_arithmetic_scalar — trait that can be specialised for other scalar types

Synopsis

template<typename T> 
struct is_arithmetic_scalar {
};

Description

overide this to use a type such as NTL::quad_float, or boost::numeric::interval

Copyright © 2007 Hugo Duncan

PrevUpHomeNext