Go to the documentation of this file.
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>
The namespace for linear algebra classes and functions.
Namespace for O2scl CBLAS function templates.
The namespace for linear algebra classes and functions with operator()
Namespace for O2scl CBLAS function templates with operator[].
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).