From eigen 2.X to 3.0, we removed the minor(int,int) method because it implied a double branching inside its coeff(i,j) method. However, with evaluator, it is now very easily to efficiently implement copy of a minor to another matrix, so we could think about resurrecting it? See also: https://forum.kde.org/viewtopic.php?f=74&t=117644
-- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/1021.