\( \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.7 - Planar Parameterization of Triangulated Surface Meshes
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Eigen_sparse_symmetric_matrix< T > Class Template Reference

#include <include/CGAL/Eigen_matrix.h>

Definition

The class Eigen_sparse_symmetric_matrix is a C++ wrapper around Eigen matrix type Eigen::SparseMatrix.

As the matrix is symmetric only the lower triangle part is stored.

Is Model Of:
SparseLinearAlgebraTraits_d::Matrix

Parameters

T: Number type.

See Also
CGAL::Eigen_solver_traits<T>
CGAL::Eigen_sparse_symmetric_matrix<T>
CGAL::Eigen_vector<T>
http://eigen.tuxfamily.org

Types

typedef unspecified_type EigenType
 The internal matrix type from Eigen.