LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mam::MapOptimDist< T > Struct Template Reference

What an optimizing distance fit returns. More...

#include <line/api/mam/map_optim_dist.h>

Collaboration diagram for line::mam::MapOptimDist< T >:

Public Attributes

Matrix< T > B1
 the fitted D1
d
 the distance achieved
bool global = false
 true only on the convex lag-1 path

Detailed Description

template<class T>
struct line::mam::MapOptimDist< T >

What an optimizing distance fit returns.

Definition at line 78 of file map_optim_dist.h.

Member Data Documentation

◆ B1

◆ d

template<class T>
T line::mam::MapOptimDist< T >::d

◆ global

template<class T>
bool line::mam::MapOptimDist< T >::global = false

true only on the convex lag-1 path

Definition at line 81 of file map_optim_dist.h.

Referenced by line::mam::dmap_optim_dist(), line::mam::dmap_optim_dist_acf(), line::mam::map_optim_dist(), and line::mam::map_optim_dist_acf().


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