Definition in file hh_base.h.
#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.
Namespaces | |
namespace | o2scl_linalg |
Functions | |
template<class mat_t, class vec_t> | |
int | HH_solve (size_t n, mat_t &A, const vec_t &b, vec_t &x) |
Desc. | |
template<class mat_t, class vec_t> | |
int | HH_svx (size_t N, size_t M, mat_t &A, vec_t &x) |
Desc. |
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