LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
aoi_lst_det.h File Reference

Laplace-Stieltjes transform of a deterministic (constant) distribution. More...

Include dependency graph for aoi_lst_det.h:

Go to the source code of this file.

Namespaces

namespace  line
namespace  line::aoi

Functions

template<class T>
Lst< T > line::aoi::aoi_lst_det (const T &d)
 Laplace-Stieltjes transform of a deterministic (constant) distribution.

Detailed Description

Laplace-Stieltjes transform of a deterministic (constant) distribution.

Templated port of matlab/src/api/aoi/aoi_lst_det.m, cross-checked against Aoi_lst.det in jar/src/main/java/jline/api/aoi/Aoi_lst.java (identical).

H*(s) = exp(-s d)

static_assert(num_traits<T>::has_transcendental) – this is the one transform in the family that leaves the field. It is also the one that makes an M/D/1 or D/M/1 AoI inexact no matter how the surrounding algebra is done.

Definition in file aoi_lst_det.h.