mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bench: use of Eigen/Array is deprecated + fix includes for iostream
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <Eigen/Geometry>
|
||||
#include <bench/BenchTimer.h>
|
||||
using namespace Eigen;
|
||||
@@ -242,4 +243,5 @@ int main()
|
||||
BENCH(slerp_legacy_nlerp);
|
||||
BENCH(slerp_rw);
|
||||
BENCH(slerp_gael);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user