linear_solver Class Template Reference

#include <ode_it_solve.h>


Detailed Description

template<class vec_t, class mat_t>
class linear_solver< vec_t, mat_t >

A generic solver for the linear system $ A x = b $.

Definition at line 124 of file ode_it_solve.h.


Public Member Functions

virtual ~linear_solver ()
virtual int solve (size_t n, mat_t &a, vec_t &b, vec_t &x)

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.