Functions
core/vnl/vnl_rational_traits.cxx File Reference
#include "vnl_rational_traits.h"
#include <vcl_complex.h>
#include <vcl_cmath.h>

Go to the source code of this file.

Functions

vnl_rational vnl_math_squared_magnitude (vcl_complex< vnl_rational > const &x)
vnl_rational vnl_math_abs (vcl_complex< vnl_rational > const &x)
vcl_ostream & operator<< (vcl_ostream &os, vcl_complex< vnl_rational > x)

Detailed Description

Author:
Peter Vanroose
Date:
6 September 2002

Definition in file vnl_rational_traits.cxx.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
vcl_complex< vnl_rational x 
)

Definition at line 30 of file vnl_rational_traits.cxx.

vnl_rational vnl_math_abs ( vcl_complex< vnl_rational > const &  x)

Definition at line 25 of file vnl_rational_traits.cxx.

vnl_rational vnl_math_squared_magnitude ( vcl_complex< vnl_rational > const &  x)

Definition at line 20 of file vnl_rational_traits.cxx.