#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 VNL_SVD_FIXED_INSTANTIATE |
( |
|
T, |
|
|
|
R, |
|
|
|
C |
|
) |
| |
| #define vnl_svd_fixed_txx_ |
Function Documentation
| 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 |
( |
| ) |
[inline] |