I have the following declaration for a vector of Eigen matrix. Thanks to Louen for helping me with this declaration. However during runtime the program crashes at this declaration. This doesn't happen on all machines. Just one I have come across. It may be because I am missing the Eigen::aligned_allocator as part of the declaration. However I am not able to figure out how to include it in the declaration. This is a vector of Eigen matrix initialized to zero. Any help is much appreciated.
std::vector<Eigen::MatrixXd> inv_K_mat2(42, Eigen::MatrixXd::Zero(4, 5));
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…