Implement rank-1 update for self-adjoint packed matrices.

This commit is contained in:
Chen-Pang He
2012-09-08 22:51:40 +08:00
parent dac5a8a37d
commit 1b8f416408
4 changed files with 93 additions and 6 deletions

View File

@@ -76,6 +76,7 @@ namespace Eigen {
#include "BandTriangularSolver.h"
#include "GeneralRank1Update.h"
#include "Rank2Update.h"
#include "SelfadjointPackedProduct.h"
}
using namespace Eigen;