#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.
◆ macro
Value:#define vnl_netlib_svd_params
#define vnl_netlib_svd_proto(T)
Definition at line 23 of file vnl_svd_fixed.hxx.
◆ VNL_SVD_FIXED_INSTANTIATE
| #define VNL_SVD_FIXED_INSTANTIATE |
( |
|
T, |
|
|
|
R, |
|
|
|
C |
|
) |
| |
Value:std::ostream & operator<<(std::ostream &s, vnl_decnum const &r)
decimal output.
Holds the singular value decomposition of a vnl_matrix_fixed.
Definition at line 386 of file vnl_svd_fixed.hxx.
◆ macro() [1/4]
◆ macro() [2/4]
◆ macro() [3/4]
| macro |
( |
c |
, |
|
|
std::complex< float > |
|
|
) |
| |
◆ macro() [4/4]
| macro |
( |
z |
, |
|
|
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 |
|
) |
| |
◆ warned_f()