BEM++
2.0
|
Traits of scalar types. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/scalar_traits.hpp>
Traits of scalar types.
This struct is specialized for the scalar types float
, double
, std::complex<float>
and std::complex<double>
. Each specialization ScalarTraits<T>
provides the typedefs RealType
(denoting the real type of the same precision as T
) and ComplexType
(denoting the complex type of the same precision as T
).