From 29bb599e0392833667f9dc9df4b2d34145db60da Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 30 Dec 2015 16:04:24 +0100 Subject: Fix numerous doxygen issues in auto-link generation --- doc/SparseLinearSystems.dox | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/SparseLinearSystems.dox') diff --git a/doc/SparseLinearSystems.dox b/doc/SparseLinearSystems.dox index 9fb3282e7..61cc50afa 100644 --- a/doc/SparseLinearSystems.dox +++ b/doc/SparseLinearSystems.dox @@ -15,20 +15,20 @@ They are summarized in the following tables: ClassSolver kindMatrix kindFeatures related to performance License

Notes

-SimplicialLLT \n #includeDirect LLt factorizationSPDFill-in reducing +SimplicialLLT \n \#includeDirect LLt factorizationSPDFill-in reducing LGPL SimplicialLDLT is often preferable -SimplicialLDLT \n #includeDirect LDLt factorizationSPDFill-in reducing +SimplicialLDLT \n \#includeDirect LDLt factorizationSPDFill-in reducing LGPL Recommended for very sparse and not too large problems (e.g., 2D Poisson eq.) -SparseLU \n #include LU factorization +SparseLU \n \#include LU factorization Square Fill-in reducing, Leverage fast dense algebra MPL2 optimized for small and large problems with irregular patterns -SparseQR \n #include QR factorization +SparseQR \n \#include QR factorization Any, rectangular Fill-in reducing MPL2 recommended for least-square problems, has a basic rank-revealing feature @@ -40,17 +40,17 @@ They are summarized in the following tables: ClassSolver kindMatrix kindSupported preconditioners, [default] License

Notes

-ConjugateGradient \n #include Classic iterative CGSPD +ConjugateGradient \n \#include Classic iterative CGSPD IdentityPreconditioner, [DiagonalPreconditioner], IncompleteCholesky MPL2 Recommended for large symmetric problems (e.g., 3D Poisson eq.) -LeastSquaresConjugateGradient \n #includeCG for rectangular least-square problemRectangular +LeastSquaresConjugateGradient \n \#includeCG for rectangular least-square problemRectangular IdentityPreconditioner, [LeastSquareDiagonalPreconditioner] MPL2 Solve for min |A'Ax-b|^2 without forming A'A -BiCGSTAB \n #includeIterative stabilized bi-conjugate gradientSquare +BiCGSTAB \n \#includeIterative stabilized bi-conjugate gradientSquare IdentityPreconditioner, [DiagonalPreconditioner], IncompleteLUT MPL2 To speedup the convergence, try it with the \ref IncompleteLUT preconditioner. -- cgit v1.2.3