mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Extend rank-1 updates for different storage orders.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user