Go to the documentation of this file.00001
00002 #ifndef vnl_imag_h_
00003 #define vnl_imag_h_
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #include <vcl_complex.h>
00014 #include <vnl/vnl_vector.h>
00015 #include <vnl/vnl_matrix.h>
00016
00017
00018 template <class T> void vnl_imag(vcl_complex<T> const* C, T* I, unsigned int n);
00019
00020
00021
00022 template <class T> vnl_vector<T> vnl_imag(vnl_vector<vcl_complex<T> > const& C);
00023
00024
00025
00026 template <class T> vnl_matrix<T> vnl_imag(vnl_matrix<vcl_complex<T> > const& C);
00027
00028 #endif // vnl_imag_h_