Generic linear solver using LU decomposition. More...
#include <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 . | |
Definition at line 67 of file linear_solver.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).