linear_solver_hh Class Template Reference

Generic Householder linear solver. More...

#include <linear_solver.h>

Inheritance diagram for linear_solver_hh:

linear_solver

Detailed Description

template<class vec_t, class mat_t>
class o2scl_linalg::linear_solver_hh< vec_t, mat_t >

Generic Householder linear solver.

Definition at line 100 of file linear_solver.h.


Public Member Functions

virtual int solve (size_t n, mat_t &A, vec_t &b, vec_t &x)
 Solve square linear system $ A x = b $ of size n.

The documentation for this class was generated from the following file:

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