23 #ifndef O2SCL_HOUSEHOLDER_H 24 #define O2SCL_HOUSEHOLDER_H 30 #include <o2scl/err_hnd.h> 31 #include <o2scl/permutation.h> 32 #include <o2scl/cblas.h> 36 #define O2SCL_IX(V,i) V[i] 37 #define O2SCL_IX2(M,i,j) M[i][j] 38 #define O2SCL_CBLAS_NAMESPACE o2scl_cblas_bracket 39 #include <o2scl/householder_base.h> 40 #undef O2SCL_CBLAS_NAMESPACE 48 #define O2SCL_IX(V,i) V[i] 49 #define O2SCL_IX2(M,i,j) M(i,j) 50 #define O2SCL_CBLAS_NAMESPACE o2scl_cblas 51 #include <o2scl/householder_base.h> 52 #undef O2SCL_CBLAS_NAMESPACE The namespace for linear algebra classes and functions with operator()
The namespace for linear algebra classes and functions.