#include #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET #define EIGEN_IM_MAD_AS_HELL_AND_IM_NOT_GOING_TO_TAKE_IT_ANYMORE #include using namespace Eigen; #include #include using namespace std; #include #include #include using namespace igl; int main(int argc, char * argv[]) { // Dense MatrixXd A = MatrixXd::Identity(5,5); cout<<"A=["< spA; speye(5,5,spA); cout<<"spA_IJV=["< spB; cout<<"spB=spA(R,C);"<