numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
adc_sample_dict.h File Reference

Definition of adc_sample_dict class. More...

#include <cstddef>
#include <string_view>
#include <hash_tables/maps/open_address_map_st.h>
#include "num_collect/base/index_type.h"
#include "num_collect/base/precondition.h"
#include "num_collect/opt/concepts/multi_variate_objective_function.h"
#include "num_collect/opt/concepts/objective_function.h"
#include "num_collect/opt/impl/adc_ternary_vector.h"
#include "num_collect/util/assert.h"
+ Include dependency graph for adc_sample_dict.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::opt::impl::adc_sample_dict< ObjectiveFunction, MaxDigits >
 Class of dictionaries of sampling points in num_collect::opt::adaptive_diagonal_curves. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::opt
 Namespace of optimization algorithms.
 
namespace  num_collect::opt::impl
 Namespace of internal implementations.
 

Detailed Description

Definition of adc_sample_dict class.

Definition in file adc_sample_dict.h.