Fix bug in doc (old name of Poisson reconstruction)

This commit is contained in:
Simon Giraudot 2015-10-07 11:06:51 +02:00
parent 2d248ae75e
commit 3abe7ff35b
1 changed files with 8 additions and 7 deletions

View File

@ -98,13 +98,14 @@ the solver:
\cgalExample{Solver_interface/sparse_solvers.cpp} \cgalExample{Solver_interface/sparse_solvers.cpp}
\section SolversHistory Implementation History \section SolversHistory Implementation History
This package is the result of the increasing needs for linear solvers in \cgal. This package is the result of the increasing needs for linear solvers
The first packages that introduced the solver concepts were \ref PkgSurfaceParameterization, in \cgal. The first packages that introduced the solver concepts were
\ref PkgSurfaceReconstructionFromPointSets and \ref PkgJet_fitting_3. \ref PkgSurfaceParameterization, \ref PkgPoissonSurfaceReconstruction
At that time, these packages were relying on \sc{Taucs}, \sc{LAPACK}, \sc{BLAS} and \sc{OpenNL}. Gaël Guennebaud and \ref PkgJet_fitting_3. At that time, these packages were relying
then introduced new models using the \ref thirdpartyEigen library that became the on \sc{Taucs}, \sc{LAPACK}, \sc{BLAS} and \sc{OpenNL}. Gaël Guennebaud
only supported models by \cgal. then introduced new models using the \ref thirdpartyEigen library that
Later on the packages \ref PkgMeanCurvatureSkeleton3Summary and \ref PkgSurfaceModelingSummary became the only supported models by \cgal. Later on the packages \ref
PkgMeanCurvatureSkeleton3Summary and \ref PkgSurfaceModelingSummary
extended the existing concepts. extended the existing concepts.
Simon Giraudot was responsible for gathering all concepts and classes, and also wrote this user manual Simon Giraudot was responsible for gathering all concepts and classes, and also wrote this user manual