Skip to content
Snippets Groups Projects
Verified Commit 311a5e09 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

chloesky: return the derived result

parent a6a02fa2
Branches
Tags
No related merge requests found
......@@ -525,7 +525,7 @@ namespace pinocchio
for(int k = 0; k < model.nv; ++k)
internal::Miunit(model,data,k,Minv_.col(k));
return Minv_;
return Minv_.derived();
}
} // namespace cholesky
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment