\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.10 - CGAL and Solvers
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL Namespace Reference

Classes

class  Diagonalize_traits
 The class Diagonalize_traits provides an internal implementation for the diagonalization of Variance-Covariance Matrices. More...
 
class  Eigen_diagonalize_traits
 The class Eigen_diagonalize_traits provides an interface to the diagonalization of covariance matrices of Eigen. More...
 
class  Eigen_sparse_matrix
 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  Eigen_sparse_symmetric_matrix
 The class Eigen_sparse_symmetric_matrix is a wrapper around Eigen matrix type Eigen::SparseMatrix More...
 
class  Eigen_matrix
 The class Eigen_matrix is a wrapper around Eigen matrix type Eigen::Matrix. More...
 
class  Eigen_solver_traits
 The class Eigen_solver_traits provides an interface to the sparse solvers of Eigen. More...
 
class  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 thirdpartyEigen. More...
 
class  Eigen_vector
 The class Eigen_vector is a wrapper around Eigen vector type , which is a simple array of numbers. More...