Extend rank-1 updates for different storage orders.

This commit is contained in:
Chen-Pang He
2012-09-09 02:55:10 +08:00
parent 1b8f416408
commit 669db3d776
5 changed files with 39 additions and 14 deletions

View File

@@ -75,8 +75,8 @@ inline bool check_uplo(const char* uplo)
namespace Eigen {
#include "BandTriangularSolver.h"
#include "GeneralRank1Update.h"
#include "PackedSelfadjointProduct.h"
#include "Rank2Update.h"
#include "SelfadjointPackedProduct.h"
}
using namespace Eigen;