Moved NormalEquationSparseLinearAlgebraTraitsWithFactor_d.h into Solver package

This commit is contained in:
Simon Giraudot 2015-09-01 10:52:35 +02:00
parent 3a9a1b1dd0
commit 7bac51993f
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace CGAL {
The class `Eigen_solver_traits` provides an interface to the sparse solvers of \ref thirdpartyEigen "Eigen".
The version 3.1 (or greater) of \ref thirdpartyEigen "Eigen" must be available on the system.
\cgalModels `SparseLinearAlgebraTraitsWithFactor_d` and `#NormalEquationSparseLinearAlgebraTraits_d`
\cgalModels `SparseLinearAlgebraTraitsWithFactor_d` and `NormalEquationSparseLinearAlgebraTraits_d`
`T`: a sparse solver of \ref thirdpartyEigen "Eigen". The default solver is the iterative bi-congugate gradient stabilized solver