Macros | Functions
vnl_svd_fixed.hxx File Reference
#include <cstdlib>
#include <complex>
#include <iostream>
#include <algorithm>
#include "vnl_svd_fixed.h"
#include <cassert>
#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.

Macros

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

Functions

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

Macro Definition Documentation

◆ macro

#define macro (   p,
 
)
Value:
inline void vnl_linpack_svdc_fixed(vnl_netlib_svd_proto(T)) \
{ v3p_netlib_##p##svdc_(vnl_netlib_svd_params); }
#define vnl_netlib_svd_params
Definition: vnl_netlib.h:33
#define vnl_netlib_svd_proto(T)
Definition: vnl_netlib.h:25

Definition at line 23 of file vnl_svd_fixed.hxx.

◆ VNL_SVD_FIXED_INSTANTIATE

#define VNL_SVD_FIXED_INSTANTIATE (   T,
  R,
 
)
Value:
template class VNL_ALGO_EXPORT vnl_svd_fixed<T, R, C >; \
template VNL_ALGO_EXPORT std::ostream& operator<<(std::ostream &, vnl_svd_fixed<T, R, C > const &)
std::ostream & operator<<(std::ostream &s, vnl_decnum const &r)
decimal output.
Definition: vnl_decnum.h:393
Holds the singular value decomposition of a vnl_matrix_fixed.
Definition: vnl_svd_fixed.h:36

Definition at line 386 of file vnl_svd_fixed.hxx.

Function Documentation

◆ macro() [1/4]

macro ( ,
float   
)

◆ macro() [2/4]

macro ( ,
double   
)

◆ macro() [3/4]

macro ( ,
std::complex< float >   
)

◆ macro() [4/4]

macro ( ,
std::complex< double >   
)

◆ operator<<()

template<class T , unsigned int R, unsigned int C>
std::ostream& operator<< ( std::ostream &  s,
const vnl_svd_fixed< T, R, C > &  svd 
)

Definition at line 155 of file vnl_svd_fixed.hxx.

◆ warned_f()

bool warned_f ( )
inline

Definition at line 198 of file vnl_svd_fixed.hxx.