Himalaya
Public Member Functions | Public Attributes | List of all members
himalaya::Complex< T > Struct Template Reference

#include <complex.hpp>

Public Member Functions

constexpr Complex (T re_=T{}, T im_=T{})
 
 operator std::complex< T > () const noexcept
 

Public Attributes

re {}
 
im {}
 

Detailed Description

template<typename T>
struct himalaya::Complex< T >

Definition at line 16 of file complex.hpp.

Constructor & Destructor Documentation

◆ Complex()

template<typename T>
constexpr himalaya::Complex< T >::Complex ( re_ = T{},
im_ = T{} 
)
inline

Definition at line 17 of file complex.hpp.

Member Function Documentation

◆ operator std::complex< T >()

template<typename T>
himalaya::Complex< T >::operator std::complex< T > ( ) const
inlinenoexcept

Definition at line 18 of file complex.hpp.

Member Data Documentation

◆ im

template<typename T>
T himalaya::Complex< T >::im {}

Definition at line 20 of file complex.hpp.

◆ re

template<typename T>
T himalaya::Complex< T >::re {}

Definition at line 19 of file complex.hpp.


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