|
CGAL 4.11.3 - CGAL and Solvers
|
CGAL::Eigen_solver_traitsCGAL::Eigen_svdCGAL::Eigen_diagonalize_traitsCGAL::Eigen_matrixCGAL::Eigen_vectorCGAL::Eigen_sparse_matrixCGAL::Eigen_sparse_symmetric_matrixCGAL::Diagonalize_traits Modules | |
| Concepts | |
Classes | |
| class | CGAL::Diagonalize_traits< FT, dim > |
The class Diagonalize_traits provides an internal implementation for the diagonalization of Variance-Covariance Matrices. More... | |
| class | CGAL::Eigen_diagonalize_traits< FT, dim > |
The class Eigen_diagonalize_traits provides an interface to the diagonalization of covariance matrices of Eigen. More... | |
| class | CGAL::Eigen_sparse_matrix< T > |
The class Eigen_sparse_matrix is a wrapper around Eigen matrix type Eigen::SparseMatrix that represents general matrices, be they symmetric or not. More... | |
| class | CGAL::Eigen_sparse_symmetric_matrix< T > |
The class Eigen_sparse_symmetric_matrix is a wrapper around Eigen matrix type Eigen::SparseMatrix More... | |
| class | CGAL::Eigen_matrix< T > |
The class Eigen_matrix is a wrapper around Eigen matrix type Eigen::Matrix. More... | |
| class | CGAL::Eigen_solver_traits< T > |
The class Eigen_solver_traits provides an interface to the sparse solvers of Eigen. More... | |
| class | CGAL::Eigen_svd |
The class Eigen_svd provides an algorithm to solve in the least square sense a linear system with a singular value decomposition using Eigen. More... | |
| class | CGAL::Eigen_vector< T > |
The class Eigen_vector is a wrapper around Eigen vector type , which is a simple array of numbers. More... | |