The new trsm is working very very well (read very fast) for

lower triangular matrix and row or col major lhs.
TODO: handle upper triangular and row major rhs cases
This commit is contained in:
Gael Guennebaud
2009-07-25 21:41:01 +02:00
parent 35927e78c2
commit f4112dcff3
2 changed files with 89 additions and 93 deletions

View File

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