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

Rates and branch probabilities of a hyperexponential given as a MAP. More...

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

Public Attributes

std::vector< T > lambda
std::vector< T > prob

Detailed Description

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

Rates and branch probabilities of a hyperexponential given as a MAP.

Definition at line 181 of file map_rand.h.

Member Data Documentation

◆ lambda

template<class T>
std::vector<T> line::mam::HyperParams< T >::lambda

Definition at line 182 of file map_rand.h.

Referenced by line::mam::ph2hyper().

◆ prob

template<class T>
std::vector<T> line::mam::HyperParams< T >::prob

Definition at line 183 of file map_rand.h.

Referenced by line::mam::ph2hyper().


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