🌈 搜索
📅  最后修改于: 2022-03-11 14:55:25.290000             🧑  作者: Mango
std::srand((unsigned int) time(0)); for(int i = 0; i < 5; i++) { MatrixXf A = MatrixXf::Random(3, 3); cout << A <