Skip to content

Instantly share code, notes, and snippets.

View GiulioRomualdi's full-sized avatar
🎯
Focusing

Giulio Romualdi GiulioRomualdi

🎯
Focusing
View GitHub Profile
/**
* @file eigen_test.cpp
* @authors Giulio Romualdi
* @copyright This software may be modified and distributed under the terms of the GNU Lesser
* General Public License v2.1 or any later version.
* @date 2020
*/
// Please compile the file with c++17
// e.g. g++ -mavx -std=c++17 -o eigen_test -I/usr/include/eigen3/ ./eigen_test.cpp