Modifications Peter Vanroose - 2 July 2002 - part of vnl_complex_ops.h moved here
Definition in file vnl_imag.h.
#include <vcl_complex.h>
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>
Go to the source code of this file.
Functions | |
| template<class T> | |
| void | vnl_imag (vcl_complex< T > const *C, T *I, unsigned int n) |
| Return array I of imaginary parts of complex array C. | |
| void vnl_imag | ( | vcl_complex< T > const * | C, | |
| T * | I, | |||
| unsigned int | n | |||
| ) |
Return array I of imaginary parts of complex array C.
Definition at line 102 of file vnl_complex_ops.txx.
1.5.1