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> 34 #include <o2scl/vector.h> 38 #define O2SCL_IX(V,i) V[i] 39 #define O2SCL_IX2(M,i,j) M[i][j] 40 #define O2SCL_CBLAS_NAMESPACE o2scl_cblas_bracket 41 #include <o2scl/qrpt_base.h> 42 #undef O2SCL_CBLAS_NAMESPACE 50 #define O2SCL_IX(V,i) V[i] 51 #define O2SCL_IX2(M,i,j) M(i,j) 52 #define O2SCL_CBLAS_NAMESPACE o2scl_cblas 53 #include <o2scl/qrpt_base.h> 54 #undef O2SCL_CBLAS_NAMESPACE The namespace for linear algebra classes and functions with operator()
The namespace for linear algebra classes and functions.