Tomographer  v1.0a
Tomographer C++ Framework Documentation
Tomographer::Tools::complex_real_scalar< Scalar > Struct Template Reference

The Real scalar type corresponding to a std::complex type. More...

#include <tomographer/qit/util.h>

Public Types

typedef Scalar type
 

Detailed Description

template<typename Scalar>
struct Tomographer::Tools::complex_real_scalar< Scalar >

The Real scalar type corresponding to a std::complex type.

If the type Scalar is of the form std::complex<T>, then this struct has a single member type which is an alias of T.

If the type Scalar is not an std::complex<T> type, then the member type is just an alias of Scalar.

Definition at line 76 of file util.h.


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