mirror of https://github.com/CGAL/cgal
Moved NormalEquationSparseLinearAlgebraTraitsWithFactor_d.h into Solver package
This commit is contained in:
parent
3a9a1b1dd0
commit
7bac51993f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue