added the SparseView class.

This commit is contained in:
Daniel Lowengrub
2010-06-14 02:16:46 +03:00
parent 9e00697ccc
commit dcd39a96e1
5 changed files with 100 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ struct Sparse {};
#include "src/Sparse/SparseLLT.h"
#include "src/Sparse/SparseLDLT.h"
#include "src/Sparse/SparseLU.h"
#include "src/Sparse/SparseView.h"
#ifdef EIGEN_CHOLMOD_SUPPORT
# include "src/Sparse/CholmodSupport.h"