mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user