PhyStar  v0.0.0 thu24
aliasofdata.h File Reference
#include <complex>
Include dependency graph for aliasofdata.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 blin
 

Typedefs

using Real = double
 
using blin::uInt = unsigned int
 
using blin::Intl = long int
 
using blin::uIntl = unsigned long int
 
template<typename T = Real>
using blin::cplx = std::complex< T >
 
using blin::cplxd = cplx< double >
 
using blin::cplxf = cplx< float >
 

Typedef Documentation

◆ Real

using Real = double