proxsuite-nlp
0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
Loading...
Searching...
No Matches
print-callback.hpp
Go to the documentation of this file.
1
3
#pragma once
4
5
#include "
proxsuite-nlp/helpers-base.hpp
"
6
7
namespace
proxsuite
{
8
namespace
nlp {
9
namespace
helpers {
10
11
template
<
typename
Scalar>
struct
print_callback
:
base_callback
<Scalar> {
12
void
call
(
const
WorkspaceTpl<Scalar>
&workspace,
13
const
ResultsTpl<Scalar>
&results) {}
14
};
15
16
}
// namespace helpers
17
}
// namespace nlp
18
}
// namespace proxsuite
helpers-base.hpp
proxsuite
Main package namespace.
Definition
bcl-params.hpp:5
proxsuite::nlp::ResultsTpl
Results struct, holding the returned data from the solver.
Definition
results.hpp:20
proxsuite::nlp::WorkspaceTpl
Definition
workspace.hpp:25
proxsuite::nlp::helpers::base_callback
Definition
helpers-base.hpp:11
proxsuite::nlp::helpers::print_callback
Definition
print-callback.hpp:11
proxsuite::nlp::helpers::print_callback::call
void call(const WorkspaceTpl< Scalar > &workspace, const ResultsTpl< Scalar > &results)
Definition
print-callback.hpp:12
include
proxsuite-nlp
helpers
print-callback.hpp
Generated by
1.11.0