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

Per-queue first two moments of the arrival, service and switchover processes, the reduced form both formulas consume. More...

#include <line/api/polling/polling_qsys_1limited.h>

Public Member Functions

std::size_t size () const
void validate (const char *who) const

Public Attributes

std::vector< T > lambda
 arrival rate per queue
std::vector< T > b
 mean service time per queue
std::vector< T > b2
 second raw moment of the service time
std::vector< T > r
 mean switchover time per queue
std::vector< T > delta2
 variance of the switchover time per queue

Detailed Description

template<class T>
struct line::polling::PollingMoments< T >

Per-queue first two moments of the arrival, service and switchover processes, the reduced form both formulas consume.

Definition at line 43 of file polling_qsys_1limited.h.

Member Function Documentation

◆ size()

◆ validate()

Member Data Documentation

◆ b

template<class T>
std::vector<T> line::polling::PollingMoments< T >::b

◆ b2

◆ delta2

◆ lambda

◆ r

template<class T>
std::vector<T> line::polling::PollingMoments< T >::r

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