mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove Eigen2ToEigen3 migration page (obsolete since 3.3)
This commit is contained in:
@@ -177,6 +177,10 @@ void adjoint_extra()
|
||||
c.col(j).head(j) = c.row(j).head(j);
|
||||
}
|
||||
|
||||
for (int j = 0; j < 10; ++j) {
|
||||
c.col(j) = c.row(j);
|
||||
}
|
||||
|
||||
a.conservativeResize(1,1);
|
||||
a = a.transpose();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user