Eigen切块

block of size (p,q), starting at (i,j), p行q列, i行j列:
matrix.block(i,j);
or
matrix.block(i,j,p,q);

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注