cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
complex.hpp File Reference

Go to the source code of this file.

Classes

class  pRC::Complex< T >
 

Namespaces

namespace  pRC
 

Concepts

concept  pRC::IsComplex
 
concept  pRC::IsComplexified
 

Typedefs

template<class T >
using pRC::NonComplex = RemoveConstReference<ResultOf<Eval, ResultOf<Real, T>>>
 

Functions

template<IsFloat T>
 pRC::Complex (T const &) -> Complex< T >
 
template<IsFloat R, IsFloat I>
 pRC::Complex (R const &, I const &) -> Complex< Common< R, I > >