eigen -> v3.4.0

This commit is contained in:
Alec Jacobson
2022-03-24 20:07:35 -04:00
parent 3479ca7ab1
commit 92f790b48a
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ int main(int argc, char * argv[])
+ z(i+edgeMps.rows())*perpVec.row(i);
}
igl::average_from_edges_onto_vertices
(F, E, oE, vecs.rowwise().norm(), colors);
(F, E, oE, vecs.rowwise().norm().eval(), colors);
};
Eigen::MatrixXd noisyvecs, noisycolors, smoothedvecs, smoothedcolors,
rawvecs, rawcolors;