Remove Eigen2ToEigen3 migration page (obsolete since 3.3)

This commit is contained in:
Gael Guennebaud
2019-01-16 16:27:00 +01:00
parent aeffdf909e
commit c8e40edac9
3 changed files with 4 additions and 300 deletions

View File

@@ -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();