#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 50 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 and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page