aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
cholmod-solver.cpp
Go to the documentation of this file.
1
3
4#ifdef ALIGATOR_WITH_CHOLMOD
5namespace aligator::gar {
6template class CholmodLqSolver<context::Scalar>;
7} // namespace aligator::gar
8#endif