Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Convex_Hull_Trick< T >::Line Struct Reference

Affine line y = m*x + b. More...

#include <DP_Optimizations.H>

Public Member Functions

T value_at (const T x) const noexcept
 

Public Attributes

T slope = T{}
 
T intercept = T{}
 

Detailed Description

template<typename T>
struct Aleph::Convex_Hull_Trick< T >::Line

Affine line y = m*x + b.

Definition at line 393 of file DP_Optimizations.H.

Member Function Documentation

◆ value_at()

Member Data Documentation

◆ intercept

◆ slope


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