Class of rectangles as proposed in [26] for num_collect::opt::adaptive_diagonal_curves.
More...
#include <num_collect/opt/adaptive_diagonal_curves.h>
template<base::concepts::real_scalar Value>
class num_collect::opt::impl::adc_rectangle< Value >
Class of rectangles as proposed in [26] for num_collect::opt::adaptive_diagonal_curves.
- Template Parameters
-
Value | Type of function values. |
Definition at line 236 of file adaptive_diagonal_curves.h.
◆ value_type
template<base::concepts::real_scalar Value>
◆ adc_rectangle()
template<base::concepts::real_scalar Value>
Constructor.
- Parameters
-
[in] | vertex | A vertex with lower components. |
[in] | ave_value | Average function value. |
Definition at line 247 of file adaptive_diagonal_curves.h.
◆ ave_value()
template<base::concepts::real_scalar Value>
◆ determine_sample_points()
template<base::concepts::real_scalar Value>
Determine sampling points.
- Parameters
-
[in] | lowest_vertex | A vertex with lower first component. |
- Returns
- Sampling points.
Definition at line 302 of file adaptive_diagonal_curves.h.
◆ dist()
template<base::concepts::real_scalar Value>
Get the distance between center point and vertex.
- Returns
- Distance between center point and vertex.
Definition at line 284 of file adaptive_diagonal_curves.h.
◆ normalize_point()
template<base::concepts::real_scalar Value>
◆ sample_points()
template<base::concepts::real_scalar Value>
◆ vertex()
template<base::concepts::real_scalar Value>
Get the vertex with lower first component.
- Returns
- A vertex with lower first component.
Definition at line 256 of file adaptive_diagonal_curves.h.
◆ ave_value_
template<base::concepts::real_scalar Value>
◆ vertex_
template<base::concepts::real_scalar Value>
The documentation for this class was generated from the following file: