79376341

Date: 2025-01-22 01:37:11
Score: 1.5
Natty:
Report link

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.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: josh_eime