Public Types | Static Public Member Functions | List of all members
vnl_complex_traits< std::complex< long double > > Struct Template Reference

#include <vnl_complex_traits.h>

Public Types

enum  { isreal = false }
 

Static Public Member Functions

static std::complex< long double > conjugate (std::complex< long double > x)
 
static std::complex< long double > complexify (long double x)
 

Detailed Description

template<>
struct vnl_complex_traits< std::complex< long double > >

Definition at line 83 of file vnl_complex_traits.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
isreal 

Definition at line 85 of file vnl_complex_traits.h.

Member Function Documentation

◆ complexify()

static std::complex<long double> vnl_complex_traits< std::complex< long double > >::complexify ( long double  x)
inlinestatic

Definition at line 87 of file vnl_complex_traits.h.

◆ conjugate()

static std::complex<long double> vnl_complex_traits< std::complex< long double > >::conjugate ( std::complex< long double >  x)
inlinestatic

Definition at line 86 of file vnl_complex_traits.h.


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