Go to the documentation of this file.
23 #ifndef O2SCL_CHOLESKY_H
24 #define O2SCL_CHOLESKY_H
30 #include <o2scl/err_hnd.h>
31 #include <o2scl/permutation.h>
32 #include <o2scl/cblas.h>
33 #include <o2scl/vector.h>
35 namespace o2scl_linalg {
37 using namespace o2scl_cblas;
39 #define O2SCL_IX(V,i) V[i]
40 #define O2SCL_IX2(M,i,j) M(i,j)
41 #include <o2scl/cholesky_base.h>
47 namespace o2scl_linalg_bracket {
49 using namespace o2scl_cblas_bracket;
51 #define O2SCL_IX(V,i) V[i]
52 #define O2SCL_IX2(M,i,j) M[i][j]
53 #include <o2scl/cholesky_base.h>
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).
Hosted at
.