Generic Householder linear solver. More...
#include <linear_solver.h>
Definition at line 109 of file linear_solver.h.
Public Member Functions | |
virtual void | solve (size_t n, mat_t &A, vec_t &b, vec_t &x) |
Solve square linear system ![]() n . | |
![]() | |
virtual void | solve (size_t n, boost::numeric::ublas::matrix< double > &a, boost::numeric::ublas::vector< double > &b, boost::numeric::ublas::vector< double > &x)=0 |
Solve square linear system ![]() n . | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).