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

#include <vnl_complex_traits.h>

Public Types

enum  { isreal = false }
 

Static Public Member Functions

static std::complex< float > conjugate (std::complex< float > x)
 
static std::complex< float > complexify (float x)
 

Detailed Description

template<>
struct vnl_complex_traits< std::complex< float > >

Definition at line 69 of file vnl_complex_traits.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
isreal 

Definition at line 71 of file vnl_complex_traits.h.

Member Function Documentation

◆ complexify()

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

Definition at line 73 of file vnl_complex_traits.h.

◆ conjugate()

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

Definition at line 72 of file vnl_complex_traits.h.


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