CGAL 5.2.2 - CGAL and Solvers
|
#include <CGAL/Eigen_svd.h>
The class Eigen_svd
provides an algorithm to solve in the least square sense a linear system with a singular value decomposition using Eigen.
Static Public Member Functions | |
static FT | solve (const Matrix &M, Vector &B) |
Solves the system \( MX=B\) (in the least square sense if \( M\) is not square) using a singular value decomposition.The solution is stored in \( B\). More... | |
Types | |
typedef double | FT |
typedef Eigen_vector< FT > | Vector |
typedef Eigen_matrix< FT > | Matrix |