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
By Mohammed Asif Chand | |
This is not a tutorial, it's an overview on how reached the solution. | |
================================================================================================================================== | |
I spent tons of time figuring this out, and thought this might actually help anyone in need. | |
It turns out the cuda-9.2 and nvidia 396 on the alienware is not very stable. | |
I made it work with the said configuration: |
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; |