mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Implement functors for rank-1 and rank-2 update.
This commit is contained in:
@@ -74,6 +74,8 @@ inline bool check_uplo(const char* uplo)
|
||||
|
||||
namespace Eigen {
|
||||
#include "BandTriangularSolver.h"
|
||||
#include "GeneralRank1Update.h"
|
||||
#include "Rank2Update.h"
|
||||
}
|
||||
|
||||
using namespace Eigen;
|
||||
|
||||
Reference in New Issue
Block a user