CGAL 6.0.1 - CGAL and Solvers
Loading...
Searching...
No Matches
Class and Concept List
Here is the list of all concepts and classes of this package. Classes are inside the namespace CGAL. Concepts are in the global namespace.
[detail level 12]
 NCGAL
 CEigen_diagonalize_traitsThe class Eigen_diagonalize_traits provides an interface to the diagonalization of covariance matrices of Eigen
 CEigen_matrixThe class Eigen_matrix is a wrapper around Eigen matrix type Eigen::Matrix
 CEigen_solver_traitsThe class Eigen_solver_traits provides an interface to the sparse solvers of Eigen
 CEigen_solver_traits< Eigen::BiCGSTAB< Eigen_sparse_matrix< double >::EigenType > >
 CEigen_sparse_matrixThe class Eigen_sparse_matrix is a wrapper around Eigen matrix type Eigen::SparseMatrix that represents general matrices, be they symmetric or not
 CEigen_sparse_symmetric_matrixThe class Eigen_sparse_symmetric_matrix is a wrapper around Eigen matrix type Eigen::SparseMatrix
 CEigen_svdThe class Eigen_svd provides an algorithm to solve in the least square sense a linear system with a singular value decomposition using Eigen
 CEigen_vectorThe class Eigen_vector is a wrapper around Eigen vector type, which is a simple array of numbers
 CGLPK_mixed_integer_program_traitsThis class provides an interface for formulating and solving constrained or unconstrained mixed integer programs using GLPK, which must be available on the system
 CLinear_constraintThe linear constraint of a mixed integer program
 CLinear_objectiveThe linear objective of a mixed integer program
 CMixed_integer_program_traitsThe class CGAL::Mixed_integer_program_traits provides an interface for formulating and solving (constrained or unconstrained) mixed integer programs
 COSQP_quadratic_program_traitsWraps the external OSQP solver
 CSCIP_mixed_integer_program_traitsThis class provides an interface for formulating and solving constrained or unconstrained mixed integer programs using SCIP (which must be available on the system)
 CVariableThe variable of a mixed integer program
 CDiagonalizeTraitsConcept providing functions to extract eigenvectors and eigenvalues from covariance matrices represented by an array a, using symmetric diagonalization
 CLinearProgramTraitsA concept that describes the set of methods used to define and solve a linear programming (lp) problem of the general form:
 CMixedIntegerProgramLinearConstraintMixedIntegerProgramLinearConstraint is a concept of a linear constraint in a Mixed Integer Programming (MIP) problem
 CMixedIntegerProgramLinearObjectiveMixedIntegerProgramLinearObjective is a concept of the linear objective function in a Mixed Integer Programming (MIP) problem
 CMixedIntegerProgramTraitsConcept describing the set of requirements for (constrained or unconstrained) Mixed Integer Programming (MIP) problems. A model of this concept stores the integer variables, linear objective, and linear constraints (if any) and provides a method to solve the problem
 CMixedIntegerProgramVariableMixedIntegerProgramVariable is a concept of a variable in a Mixed Integer Programming (MIP) problem
 CNormalEquationSparseLinearAlgebraTraits_dConcept describing the set of requirements for solving the normal equation \( A^t A X = A^t B \), \( A \) being a matrix, \( At \) its transpose matrix, \( B \) and \( X \) being two vectors
 CQuadraticProgramTraitsA concept that describes the set of methods used to define and solve a quadratic programming (qp) problem of the general form:
 CSparseLinearAlgebraTraits_dThe concept SparseLinearAlgebraTraits_d is used to solve sparse linear systems A \( \times \) X = B
 CMatrixSparseLinearAlgebraTraits_d::Matrix is a concept of a sparse matrix class
 CVectorSparseLinearAlgebraTraits_d::Vector is a concept of a vector that can be multiplied by a sparse matrix
 CSparseLinearAlgebraWithFactorTraits_dConcept describing the set of requirements for a direct sparse linear system solver with factorization. A model of this concept stores the left-hand matrix (denoted \( A \)) and provides an additional factorization method to solve the system for different right-hand vectors
 CSvdTraitsThe concept SvdTraits describes the linear algebra types and algorithms needed to solve in the least square sense a linear system with a singular value decomposition
 CMatrixConcept of matrix type used by the concept SvdTraits
 CVectorConcept of vector type used by the concept SvdTraits