Go to the documentation of this file.
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>
34 namespace o2scl_linalg_bracket {
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
46 namespace o2scl_linalg {
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
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).
Hosted at
.