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

A closure's value and its first two derivatives with respect to the first mean. More...

#include <line/solvers/fluid/fluid_closures.h>

Public Attributes

double h = 0.0
double dh = 0.0
double d2h = 0.0

Detailed Description

A closure's value and its first two derivatives with respect to the first mean.

Definition at line 54 of file fluid_closures.h.

Member Data Documentation

◆ d2h

double line::fluid::ClosureValue::d2h = 0.0

◆ dh

◆ h


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