Header wrapper for givens_base.h. More...
#include <gsl/gsl_math.h>
#include <o2scl/err_hnd.h>
#include <o2scl/permutation.h>
#include <o2scl/cblas.h>
#include <o2scl/givens_base.h>
Go to the source code of this file.
Namespaces | |
o2scl_linalg_bracket | |
The namespace for linear algebra classes and functions with operator() | |
o2scl_linalg | |
The namespace for linear algebra classes and functions. | |
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) |
Functions | |
void | o2scl_linalg::create_givens (const double a, const double b, double &c, double &s) |
Create a Givens rotation matrix. More... | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).