This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Eigen library usage analogous to Matlab | |
// Full example can be found at : https://github.com/mdasifchand/EigenExamples/blob/main/main.cpp | |
// Author : Asif, few ideas are adapted from Keir Mierle and gocarlos | |
#include <iostream> | |
#include <eigen3/Eigen/Dense> | |
using namespace Eigen; |