#include <complex>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::bindings |
namespace | boost::numeric::bindings::traits |
Typedefs | |
typedef std::complex< double > | boost::numeric::bindings::traits::complex_d |
typedef std::complex< float > | boost::numeric::bindings::traits::complex_f |
Functions | |
template<typename T > | |
T | boost::numeric::bindings::traits::imag (std::complex< T > const &c) |
template<typename T > | |
T | boost::numeric::bindings::traits::real (std::complex< T > const &c) |