I have a package A which has a function like
Eigen::MatrixXd A::SetM(){ Eigen::MatrixXd m(5); m << 0, 0, 0, -1, 0; retur