26 #ifndef O2SCL_SVDSTEP_H 27 #define O2SCL_SVDSTEP_H 29 #include <o2scl/err_hnd.h> 30 #include <o2scl/permutation.h> 31 #include <o2scl/cblas.h> 32 #include <o2scl/householder.h> 33 #include <o2scl/givens.h> 37 #define O2SCL_IX(V,i) V[i] 38 #define O2SCL_IX2(M,i,j) M[i][j] 39 #include <o2scl/svdstep_base.h> 47 #define O2SCL_IX(V,i) V[i] 48 #define O2SCL_IX2(M,i,j) M(i,j) 49 #include <o2scl/svdstep_base.h> The namespace for linear algebra classes and functions with operator()
The namespace for linear algebra classes and functions.