I suppose
Eigen::MatrixXf A (m, n), B (m, n); B.block(0, 0, m, n) = A;
is a way to do it, but I'm not sure this is the cleanest way.