![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
A generic solver for the linear system [abstract base].
More...
#include <linear_solver.h>
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 52 of file linear_solver.h.
Public Member Functions | |
virtual int | solve (size_t n, mat_t &a, vec_t &b, vec_t &x)=0 |
Solve square linear system ![]() n . |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).