alpaqa
1.0.0a14
Nonconvex constrained optimization
Loading...
Searching...
No Matches
src
alpaqa
include
alpaqa
params
vec-from-file.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
alpaqa/config/config.hpp
>
4
#include <alpaqa/export.h>
5
6
namespace
alpaqa::params
{
7
8
template
<Config Conf>
9
struct
ALPAQA_EXPORT
vec_from_file
{
10
USING_ALPAQA_CONFIG
(Conf);
11
length_t
expected_size
;
12
std::optional<vec> value = std::nullopt;
13
};
14
15
}
// namespace alpaqa::params
config.hpp
USING_ALPAQA_CONFIG
#define USING_ALPAQA_CONFIG(Conf)
Definition
config.hpp:56
alpaqa::params
Definition
json.tpp:9
alpaqa::params::vec_from_file::expected_size
length_t expected_size
Definition
vec-from-file.hpp:11
alpaqa::params::vec_from_file
Definition
vec-from-file.hpp:9
alpaqa::length_t
typename Conf::length_t length_t
Definition
config.hpp:76
alpaqa::inf
constexpr const auto inf
Definition
config.hpp:85
Generated on Wed Nov 15 2023 for alpaqa by
1.9.8