alpaqa 1.0.0a13
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Private Member Functions | List of all members
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 lowerbound
 
vec upperbound
 

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.

◆ 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 31 of file box.hpp.

Member Function Documentation

◆ NaN()

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

Definition at line 19 of file box.hpp.

+ Here is the caller graph for this function:

◆ from_lower_upper()

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

Definition at line 23 of file box.hpp.

Member Data Documentation

◆ lowerbound

template<Config Conf = DefaultConfig>
vec lowerbound

Definition at line 27 of file box.hpp.

◆ upperbound

template<Config Conf = DefaultConfig>
vec upperbound
Examples
C++/CasADi/Rosenbrock/main.cpp.

Definition at line 28 of file box.hpp.


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