started an implementation of BandMatrix: at least the read/write access

to the main/sub/super diagonals seems to work well.
This commit is contained in:
Gael Guennebaud
2009-07-14 23:27:37 +02:00
parent 8120a5cecd
commit 587029a612
5 changed files with 219 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ namespace Eigen {
#include "src/Core/SolveTriangular.h"
#include "src/Core/products/SelfadjointRank2Update.h"
#include "src/Core/products/TriangularMatrixVector.h"
#include "src/Core/BandMatrix.h"
} // namespace Eigen