LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::lti::WeeksParams Struct Reference

A Laguerre expansion: the damping, the scaling and the coefficients. More...

#include <line/api/lti/laplace_invert.h>

Collaboration diagram for line::lti::WeeksParams:

Public Attributes

double sigma = 0.0
double b = 1.0
std::vector< double > q

Detailed Description

A Laguerre expansion: the damping, the scaling and the coefficients.

Definition at line 244 of file laplace_invert.h.

Member Data Documentation

◆ b

double line::lti::WeeksParams::b = 1.0

◆ q

std::vector<double> line::lti::WeeksParams::q

◆ sigma

double line::lti::WeeksParams::sigma = 0.0

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