BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Fiber::ScalarTraits< T > Struct Template Reference

Traits of scalar types. More...

#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/scalar_traits.hpp>

Detailed Description

template<typename T>
struct Fiber::ScalarTraits< T >

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).


The documentation for this struct was generated from the following file: