A generic solver for the linear system [abstract base].
More...
#include <linear_solver.h>
Public Member Functions | |
virtual void | solve (size_t n, mat_t &a, vec_t &b, vec_t &x)=0 |
Solve square linear system ![]() n . | |
A generic solver for dense linear systems.
Those writing production level code should consider calling LAPACK directly using O2scl objects as described in the Linear Algebra section of the User's Guide.
Definition at line 53 of file linear_solver.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).