Eigen linear solver using LU decomposition with partial pivoting. More...
#include <linear_solver.h>
Private Member Functions | |
virtual void | solve (size_t n, eigen_mat_t &A, eigen_vec_t &b, eigen_vec_t &x) |
Solve square linear system ![]() n . | |
Additional Inherited Members |
This requires the matrix A
to be invertible.
This class is only defined if Eigen support was enabled during installation.
Definition at line 211 of file linear_solver.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).