hh_base.h File Reference

File for householder solver. More...

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

Go to the source code of this file.


Detailed Description

File for householder solver.

Definition in file hh_base.h.


Namespaces

namespace  o2scl_linalg
 The namespace for linear algebra classes and functions.

Functions

template<class mat_t , class vec_t >
int HH_solve (size_t n, mat_t &A, const vec_t &b, vec_t &x)
 Solve linear system after Householder decomposition.
template<class mat_t , class vec_t >
int HH_svx (size_t N, size_t M, mat_t &A, vec_t &x)
 Solve a linear system after Householder decomposition in place.

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