![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 |
The pair (sigma, rho) of an envelope evaluated at one theta.
Definition at line 42 of file snc_types.h.
| 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().
| 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().