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

A phase-type law as the composition rules pass it around. More...

#include <line/lang/workflow/workflow.h>

Public Attributes

std::vector< T > alpha
Matrix< T > S

Detailed Description

template<class T>
struct line::api::lqn::PhLaw< T >

A phase-type law as the composition rules pass it around.

Definition at line 89 of file workflow.h.

Member Data Documentation

◆ alpha

template<class T>
std::vector<T> line::workflow::PhLaw< T >::alpha

Definition at line 90 of file workflow.h.

◆ S

template<class T>
Matrix<T> line::workflow::PhLaw< T >::S

Definition at line 91 of file workflow.h.


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