#include <vnl_complex_traits.h>
Public Types | |
enum | { isreal = true } |
Static Public Methods | |
T | conjugate (T x) |
vcl_complex< T > | complexify (T x) |
Definition at line 24 of file vnl_complex_traits.h.
|
Whether complex or not. Definition at line 28 of file vnl_complex_traits.h. |
|
Complexification. Definition at line 36 of file vnl_complex_traits.h. References vnl_complex_traits< T >::conjugate(), and vnl_complex_traits< T >::isreal. Referenced by vnl_complex_traits< vcl_complex< float > >::complexify(). |
|
Complex conjugation. Definition at line 32 of file vnl_complex_traits.h. Referenced by vnl_complex_traits< vcl_complex< float > >::complexify(), and vnl_complex_traits< T >::complexify(). |