Skip to content
Snippets Groups Projects
Commit 8602b8c4 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[MaL] Fix build if not using unsupported Eigen parts

parent 1747ca89
No related branches found
No related tags found
No related merge requests found
......@@ -52,10 +52,12 @@ public:
auto const success = solveImpl(b, x, opt);
#ifdef USE_EIGEN_UNSUPPORTED
if (scaling_)
{
x = scaling_->RightScaling().cwiseProduct(x);
}
#endif
return success;
}
......
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