alpaqa
sparse
Nonconvex constrained optimization
Loading...
Searching...
No Matches
src
alpaqa
include
alpaqa
util
not-implemented.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <alpaqa/export.h>
4
#include <stdexcept>
5
6
namespace
alpaqa
{
7
8
struct
ALPAQA_EXPORT
not_implemented_error
: std::logic_error {
9
using
std::logic_error::logic_error;
10
};
11
12
}
// namespace alpaqa
alpaqa
Definition
anderson.hpp:10
alpaqa::inf
constexpr const auto inf
Definition
config.hpp:85
alpaqa::not_implemented_error
Definition
not-implemented.hpp:8
Generated on Wed Sep 27 2023 for alpaqa by
1.9.8