Defines | Functions
core/vnl/algo/vnl_svd_fixed.txx File Reference
#include "vnl_svd_fixed.h"
#include <vcl_cassert.h>
#include <vcl_cstdlib.h>
#include <vcl_complex.h>
#include <vcl_iostream.h>
#include <vcl_algorithm.h>
#include <vnl/vnl_math.h>
#include <vnl/vnl_fortran_copy_fixed.h>
#include <vnl/algo/vnl_netlib.h>
#include <vnl/vnl_matlab_print.h>

Go to the source code of this file.

Defines

#define vnl_svd_fixed_txx_
#define macro(p, T)
#define VNL_SVD_FIXED_INSTANTIATE(T, R, C)

Functions

 macro (s, float)
 macro (d, double)
 macro (c, vcl_complex< float >)
 macro (z, vcl_complex< double >)
template<class T , unsigned int R, unsigned int C>
vcl_ostream & operator<< (vcl_ostream &s, const vnl_svd_fixed< T, R, C > &svd)
bool warned_f ()

Detailed Description

Definition in file vnl_svd_fixed.txx.


Define Documentation

#define macro (   p,
 
)
Value:
inline void vnl_linpack_svdc_fixed(vnl_netlib_svd_proto(T)) \
{ v3p_netlib_##p##svdc_(vnl_netlib_svd_params); }

Definition at line 20 of file vnl_svd_fixed.txx.

#define VNL_SVD_FIXED_INSTANTIATE (   T,
  R,
 
)
Value:
template class vnl_svd_fixed<T, R, C >; \
template vcl_ostream& operator<<(vcl_ostream &, vnl_svd_fixed<T, R, C > const &)

Definition at line 386 of file vnl_svd_fixed.txx.

#define vnl_svd_fixed_txx_

Definition at line 3 of file vnl_svd_fixed.txx.


Function Documentation

macro ( ,
float   
)
macro ( ,
double   
)
macro ( ,
vcl_complex< float >   
)
macro ( ,
vcl_complex< double >   
)
template<class T , unsigned int R, unsigned int C>
vcl_ostream& operator<< ( vcl_ostream &  s,
const vnl_svd_fixed< T, R, C > &  svd 
)

Definition at line 152 of file vnl_svd_fixed.txx.

bool warned_f ( ) [inline]

Definition at line 198 of file vnl_svd_fixed.txx.