alpaqa dll
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Box< Conf > Struct Template Reference

#include <alpaqa/problem/box.hpp>

Detailed Description

template<Config Conf = DefaultConfig>
struct alpaqa::sets::Box< Conf >
Examples
C++/CustomControlCppProblem/main.cpp.

Definition at line 11 of file box.hpp.

Collaboration diagram for Box< Conf >:

Public Member Functions

 Box ()
 Box (length_t n)

Static Public Member Functions

static Box NaN (length_t n)
static Box from_lower_upper (vec lower, vec upper)

Public Attributes

vec lower
vec upper

Private Member Functions

 Box (vec lower, vec upper)

Constructor & Destructor Documentation

◆ Box() [1/3]

template<Config Conf = DefaultConfig>
Box ( )
inline

Definition at line 14 of file box.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Box() [2/3]

template<Config Conf = DefaultConfig>
Box ( length_t n)
inline

Definition at line 15 of file box.hpp.

◆ Box() [3/3]

template<Config Conf = DefaultConfig>
Box ( vec lower,
vec upper )
inlineprivate

Definition at line 30 of file box.hpp.

Member Function Documentation

◆ NaN()

template<Config Conf = DefaultConfig>
Box NaN ( length_t n)
inlinestatic

Definition at line 18 of file box.hpp.

Here is the call graph for this function:

◆ from_lower_upper()

template<Config Conf = DefaultConfig>
Box from_lower_upper ( vec lower,
vec upper )
inlinestatic

Definition at line 22 of file box.hpp.

Here is the call graph for this function:

Member Data Documentation

◆ lower

template<Config Conf = DefaultConfig>
vec lower
Examples
C++/CasADi/Rosenbrock/main.cpp, and C++/DLProblem/main.cpp.

Definition at line 26 of file box.hpp.

◆ upper

template<Config Conf = DefaultConfig>
vec upper
Examples
C++/CasADi/Rosenbrock/main.cpp, and C++/DLProblem/main.cpp.

Definition at line 27 of file box.hpp.


The documentation for this struct was generated from the following file: