sparse module: added some documentation for the LLT solver

This commit is contained in:
Gael Guennebaud
2008-10-18 18:33:56 +00:00
parent cfca7f71fe
commit 6be0131774
4 changed files with 70 additions and 36 deletions

View File

@@ -43,7 +43,8 @@ namespace Eigen {
#include "src/Sparse/SparseSetter.h"
#include "src/Sparse/SparseProduct.h"
#include "src/Sparse/TriangularSolver.h"
#include "src/Sparse/SparseCholesky.h"
#include "src/Sparse/SparseLLT.h"
#include "src/Sparse/SparseLU.h"
#ifdef EIGEN_CHOLMOD_SUPPORT
# include "src/Sparse/CholmodSupport.h"