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

The marginal queue-length distribution and its logarithm. More...

#include <line/solvers/nc/solver_nc_prob.h>

Public Attributes

std::vector< T > P
 P[n] = Pr[n jobs at the station], n = 0..sum(N).
std::vector< T > logP

Detailed Description

template<class T>
struct line::nc::NcQueueLengthDist< T >

The marginal queue-length distribution and its logarithm.

Definition at line 634 of file solver_nc_prob.h.

Member Data Documentation

◆ logP

template<class T>
std::vector<T> line::nc::NcQueueLengthDist< T >::logP

Definition at line 636 of file solver_nc_prob.h.

Referenced by line::nc::solver_nc_getprob_marg().

◆ P

template<class T>
std::vector<T> line::nc::NcQueueLengthDist< T >::P

P[n] = Pr[n jobs at the station], n = 0..sum(N).

Definition at line 635 of file solver_nc_prob.h.

Referenced by line::nc::solver_nc_getprob_marg().


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