qr.h File Reference


Detailed Description

File for QR decomposition and associated solver.

Definition in file qr.h.

#include <o2scl/err_hnd.h>
#include <o2scl/permutation.h>
#include <o2scl/cblas.h>
#include <o2scl/vec_arith.h>
#include <o2scl/householder.h>
#include <o2scl/givens.h>
#include <o2scl/qr_base.h>

Go to the source code of this file.

Namespaces

namespace  o2scl_linalg
namespace  o2scl_linalg_paren

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)


Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page