|
Lagrangian Particle Code for The Simulation of 2D/3D Fluid Dynamics
|
This header file contains classes for solvers of the least squares problem Ax = b. More...
#include <cstddef>#include <vector>Go to the source code of this file.
Classes | |
| class | LSSolver |
| An abstract class for the family of solvers for the least squares problem. More... | |
| class | QRSolver |
| A class which solves the least squares problem by the QR decomposition method. More... | |
This header file contains classes for solvers of the least squares problem Ax = b.
Co-author: Yu, Kwangmin (yukwangmin@gmail.com) on initial interface design
Created on: 2014/9/20
1.8.6