CGAL 4.8.1 - 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.
Public Types | |
typedef double | FT |
typedef Eigen_vector< FT > | Vector |
typedef Eigen_matrix< FT > | Matrix |