-Class | Module | Solver kind | Matrix kind | Features related to performance |
- Dependencies,License |
- Notes |
-
+Class | Module | Solver kind | Matrix kind | Features related to performance |
+ Dependencies,License | Notes |
SimplicialLLt | \link SparseCholesky_Module SparseCholesky \endlink | Direct LLt factorization | SPD | Fill-in reducing |
built-in, LGPL |
SimplicialLDLt is often preferable |
@@ -227,7 +236,7 @@ They are summarized in the following table:
Requires the SuiteSparse package, \b GPL |
|
SuperLU | \link SuperLUSupport_Module SuperLUSupport \endlink | Direct LU factorization | Square | Fill-in reducing, Leverage fast dense algebra |
- Requires the SuperLU library, custom (BSD-like) |
+ Requires the SuperLU library, (BSD-like) |
|
@@ -282,10 +291,10 @@ x1 = solver.solve(b1);
x2 = solver.solve(b2);
...
\endcode
-The compute() methode is equivalent to calling both analyzePattern() and factorize().
+The compute() method is equivalent to calling both analyzePattern() and factorize().
-Finally, each solver provides some specific features, such as determinant, access to the factors, controls of the iterations, etc.
-More details are availble on the documentation of the respective classes.
+Finally, each solver provides some specific features, such as determinant, access to the factors, controls of the iterations, and so on.
+More details are availble in the documentations of the respective classes.
\li \b Next: TODO
diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css
index e62958831..c6c16286d 100644
--- a/doc/eigendoxy.css
+++ b/doc/eigendoxy.css
@@ -904,3 +904,8 @@ div.eimainmenu {
h3.version {
text-align: center;
}
+
+
+td.width20em p.endtd {
+ width: 20em;
+}