Go to the documentation of this file.
26 #ifndef O2SCL_TRIDIAG_H
27 #define O2SCL_TRIDIAG_H
29 #include <o2scl/householder.h>
30 #include <o2scl/givens.h>
32 namespace o2scl_linalg {
34 #define O2SCL_IX(V,i) V[i]
35 #define O2SCL_IX2(M,i,j) M(i,j)
36 #include <o2scl/tridiag_base.h>
42 namespace o2scl_linalg_bracket {
44 #define O2SCL_IX(V,i) V[i]
45 #define O2SCL_IX2(M,i,j) M[i][j]
46 #include <o2scl/tridiag_base.h>
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).
Hosted at
.