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,5 +1,8 @@
|
||||
// g++ -O3 -DNDEBUG -DMATSIZE=<x> benchmark.cpp -o benchmark && time ./benchmark
|
||||
#include <Eigen/Array>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <Eigen/Core>
|
||||
|
||||
#ifndef MATSIZE
|
||||
#define MATSIZE 3
|
||||
|
||||
Reference in New Issue
Block a user