33 #include <o2scl/permutation.h> 146 #define O2SCL_IX(V,i) V[i] 147 #define O2SCL_IX2(M,i,j) M(i,j) 148 #include <o2scl/cblas_base.h> 163 #define O2SCL_IX(V,i) V[i] 164 #define O2SCL_IX2(M,i,j) M[i][j] 165 #include <o2scl/cblas_base.h> Namespace for O2scl CBLAS function templates with operator[].
The namespace for linear algebra classes and functions with operator()
Namespace for O2scl CBLAS function templates.
The namespace for linear algebra classes and functions.