This file contains the abstract "LinearSystem object" declarations, which defines the library to solve the linear system of equations Ax = b. More...
#include <Eigen/Dense>
#include <Eigen/SparseCore>
Go to the source code of this file.
Classes | |
class | LinearSystem |
Virtual class for solving a linear system of the form Ax = b. More... | |
This file contains the abstract "LinearSystem object" declarations, which defines the library to solve the linear system of equations Ax = b.