Object-oriented Scientific Computing Library: Version 0.910
Namespaces | Functions
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

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 , class vec2_t >
int o2scl_linalg::HH_solve (size_t n, mat_t &A, const vec_t &b, vec2_t &x)
 Solve linear system after Householder decomposition.
template<class mat_t , class vec_t >
int o2scl_linalg::HH_svx (size_t N, size_t M, mat_t &A, vec_t &x)
 Solve a linear system after Householder decomposition in place.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.