CGAL 4.13 - CGAL and Solvers
|
#include <CGAL/Lapack_svd.h>
This class is a wrapper to the singular value decomposition algorithm of LAPACK.
Public Types | |
typedef double | FT |
typedef Lapack_vector | Vector |
typedef Lapack_matrix | Matrix |
Static Public Member Functions | |
static FT | solve (Matrix &M, Vector &B) |
Solves the system \( MX=B\) (in the least square sense if \( M\) is not square) using a singular value decomposition. More... | |
|
static |
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\).