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

#include <vnl_complex_traits.h>

Public Types

enum  { isreal = true }
 

Static Public Member Functions

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

Detailed Description

template<>
struct vnl_complex_traits< float >

Definition at line 48 of file vnl_complex_traits.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
isreal 

Definition at line 50 of file vnl_complex_traits.h.

Member Function Documentation

◆ complexify()

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

Definition at line 52 of file vnl_complex_traits.h.

◆ conjugate()

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

Definition at line 51 of file vnl_complex_traits.h.


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