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