#include <gsl/gsl_math.h>
#include <o2scl/err_hnd.h>
#include <o2scl/permutation.h>
#include <o2scl/cblas.h>
#include <o2scl/vec_arith.h>
#include <o2scl/givens_base.h>
Go to the source code of this file.
Definition in file givens.h.
Namespaces | |
namespace | o2scl_linalg |
Namespace for O2scl linear algebra function templates with operator[]. | |
namespace | o2scl_linalg_paren |
Namespace for O2scl linear algebra function templates with operator(). | |
Defines | |
#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 | create_givens (const double a, const double b, double &c, double &s) |
Desc. | |
void | create_givens (const double a, const double b, double &c, double &s) |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page