Header wrapper for cblas_base.h and documentation of o2scl_cblas, o2scl_cblas_bracket, o2scl_linalg and o2scl_linalg_bracket namespaces. More...
#include <cmath>
#include <o2scl/permutation.h>
#include <o2scl/cblas_base.h>
Go to the source code of this file.
Namespaces | |
o2scl_cblas | |
Namespace for O2scl CBLAS function templates. | |
o2scl_cblas_bracket | |
Namespace for O2scl CBLAS function templates with operator[]. | |
o2scl_linalg | |
The namespace for linear algebra classes and functions. | |
o2scl_linalg_bracket | |
The namespace for linear algebra classes and functions with operator() | |
Macros | |
#define | O2SCL_IX(V, i) V[i] |
#define | O2SCL_IX2(M, i, j) M(i,j) |
#define | O2SCL_IX(V, i) V[i] |
#define | O2SCL_IX2(M, i, j) M[i][j] |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).