Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_complex_ops.h File Reference

Classes for complex numbers. More...

Go to the source code of this file.

Functions

template<class T> void vnl_complexify (T const *, T const *, vcl_complex< T > *, unsigned)
template<class T> void vnl_complexify (T const *, vcl_complex< T > *, unsigned)
template<class T> vnl_vector< vcl_complex< T > > vnl_complexify (vnl_vector< T > const &)
template<class T> vnl_matrix< vcl_complex< T > > vnl_complexify (vnl_matrix< T > const &)
template<class T> vnl_vector< T > abs (vnl_vector< vcl_complex< T > > const &)
template<class T> vnl_vector< T > angle (vnl_vector< vcl_complex< T > > const &)
template<class T> vnl_vector< T > real (vnl_vector< vcl_complex< T > > const &)
template<class T> vnl_vector< T > imag (vnl_vector< vcl_complex< T > > const &)
template<class T> vnl_matrix< T > abs (vnl_matrix< vcl_complex< T > > const &)
template<class T> vnl_matrix< T > angle (vnl_matrix< vcl_complex< T > > const &)
template<class T> vnl_matrix< T > real (vnl_matrix< vcl_complex< T > > const &)
template<class T> vnl_matrix< T > imag (vnl_matrix< vcl_complex< T > > const &)


Detailed Description

Classes for complex numbers.

Author:
fsm@robots.ox.ac.uk

Definition in file vnl_complex_ops.h.


Function Documentation

template<class T>
vnl_matrix<T> abs vnl_matrix< vcl_complex< T > > const &   
 

template<class T>
vnl_vector<T> abs vnl_vector< vcl_complex< T > > const &   
 

template<class T>
vnl_matrix<T> angle vnl_matrix< vcl_complex< T > > const &   
 

template<class T>
vnl_vector<T> angle vnl_vector< vcl_complex< T > > const &   
 

template<class T>
vnl_matrix<T> imag vnl_matrix< vcl_complex< T > > const &   
 

template<class T>
vnl_vector<T> imag vnl_vector< vcl_complex< T > > const &   
 

template<class T>
vnl_matrix<T> real vnl_matrix< vcl_complex< T > > const &   
 

template<class T>
vnl_vector<T> real vnl_vector< vcl_complex< T > > const &   
 

template<class T>
vnl_matrix<vcl_complex<T> > vnl_complexify vnl_matrix< T > const &   
 

template<class T>
vnl_vector<vcl_complex<T> > vnl_complexify vnl_vector< T > const &   
 

template<class T>
void vnl_complexify T const *   ,
vcl_complex< T > *   ,
unsigned   
 

template<class T>
void vnl_complexify T const *   ,
T const *   ,
vcl_complex< T > *   ,
unsigned   
 


Generated at Wed Mar 12 01:13:18 2003 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000