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

The pair (sigma, rho) of an envelope evaluated at one theta. More...

#include <line/api/snc/snc_types.h>

Public Attributes

double sigma = 0.0
double rho = 0.0

Detailed Description

The pair (sigma, rho) of an envelope evaluated at one theta.

Definition at line 42 of file snc_types.h.

Member Data Documentation

◆ rho

double line::snc::Env::rho = 0.0

Definition at line 44 of file snc_types.h.

Referenced by line::snc::snc_conv(), line::snc::snc_leftover(), and line::snc::snc_output().

◆ sigma

double line::snc::Env::sigma = 0.0

Definition at line 43 of file snc_types.h.

Referenced by line::snc::snc_conv(), line::snc::snc_leftover(), and line::snc::snc_output().


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