标签: c++ c++11 eigen
我需要简单的双重容器。我应该将Eigen库与Eigen::ArrayXd或标准库std::array<double>一起使用。哪一个更好 ?
Eigen::ArrayXd
std::array<double>