template<typename number>
struct numbers::NumberTraits< number >
A structure that, together with its partial specializations NumberTraits<std::complex<number> >, provides traits and member functions that make it possible to write templates that work on both real number types and complex number types. This template is mostly used to implement linear algebra classes such as vectors and matrices that work for both real and complex numbers.
- Author
- Wolfgang Bangerth, 2007
Definition at line 172 of file numbers.h.