alpaqa matlab
Nonconvex constrained optimization
Loading...
Searching...
No Matches
quadmath-print.hpp
Go to the documentation of this file.
1#pragma once
2
3#ifdef ALPAQA_WITH_QUAD_PRECISION
4
5#include <alpaqa/export.h>
6#include <iosfwd>
7
8namespace alpaqa {
10std::ostream &operator<<(std::ostream &os, __float128 f);
11} // namespace alpaqa
12using alpaqa::operator<<;
13
14#endif
std::ostream & operator<<(std::ostream &os, PANOCStopCrit s)
constexpr const auto inf
Definition config.hpp:85