proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
proxsuite Namespace Reference

Namespaces

namespace  detail
 
namespace  helpers
 
namespace  linalg
 
namespace  proxqp
 
namespace  serialization
 

Typedefs

template<class T >
using optional = tl::optional<T>
 
using nullopt_t = tl::nullopt_t
 

Functions

void set_default_omp_options (const size_t num_threads=(size_t) omp_get_max_threads())
 

Variables

constexpr nullopt_t nullopt = detail::nullopt_instance<tl::nullopt_t>::instance
 

Typedef Documentation

◆ optional

template<class T >
using proxsuite::optional = tl::optional<T>

Definition at line 40 of file optional.hpp.

◆ nullopt_t

Definition at line 41 of file optional.hpp.

Function Documentation

◆ set_default_omp_options()

void proxsuite::set_default_omp_options ( const size_t num_threads = (size_t) omp_get_max_threads())
inline

Definition at line 12 of file omp.hpp.

Variable Documentation

◆ nullopt

constexpr nullopt_t proxsuite::nullopt = detail::nullopt_instance<tl::nullopt_t>::instance
constexpr

Definition at line 42 of file optional.hpp.