30 #include <gsl/gsl_sys.h> 32 #include <gsl/gsl_machine.h> 34 #include <o2scl/err_hnd.h> 35 #include <o2scl/permutation.h> 36 #include <o2scl/cblas.h> 37 #include <o2scl/vector.h> 38 #include <o2scl/bidiag.h> 39 #include <o2scl/svdstep.h> 43 #define O2SCL_CBLAS_NAMESPACE o2scl_cblas 45 #define O2SCL_IX(V,i) V[i] 46 #define O2SCL_IX2(M,i,j) M(i,j) 47 #include <o2scl/svd_base.h> 51 #undef O2SCL_CBLAS_NAMESPACE 57 #define O2SCL_CBLAS_NAMESPACE o2scl_cblas_bracket 59 #define O2SCL_IX(V,i) V[i] 60 #define O2SCL_IX2(M,i,j) M[i][j] 61 #include <o2scl/svd_base.h> 65 #undef O2SCL_CBLAS_NAMESPACE The namespace for linear algebra classes and functions with operator()
The namespace for linear algebra classes and functions.