Skip to content
Snippets Groups Projects
Commit d84e0d5e authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Revert "row_major for faster prod() computation"

This reverts commit 8fa54be0.
parent 07845a29
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ namespace PatternGeneratorJRL
{
struct coordinate_s
{
boost_ublas::compressed_matrix<double, boost_ublas::row_major> D;
boost_ublas::compressed_matrix<double, boost_ublas::column_major> D;
};
struct coordinate_s x, y;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment