Go to the documentation of this file.
33 #include <o2scl/permutation.h>
144 namespace o2scl_cblas {
146 #define O2SCL_IX(V,i) V[i]
147 #define O2SCL_IX2(M,i,j) M(i,j)
148 #include <o2scl/cblas_base.h>
161 namespace o2scl_cblas_bracket {
163 #define O2SCL_IX(V,i) V[i]
164 #define O2SCL_IX2(M,i,j) M[i][j]
165 #include <o2scl/cblas_base.h>
179 namespace o2scl_linalg {
196 namespace o2scl_linalg_bracket {
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).
Hosted at
.