![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The weighted mean and variance of a metric over the design. More...
#include <line/solvers/uq/solver_uq.h>
Public Attributes | |
| T | mean = num_traits<T>::from_int(0) |
| T | var = num_traits<T>::from_int(0) |
The weighted mean and variance of a metric over the design.
Definition at line 618 of file solver_uq.h.
| T line::uq::UqMoments< T >::mean = num_traits<T>::from_int(0) |
Definition at line 619 of file solver_uq.h.
Referenced by line::uq::uq_moments().
| T line::uq::UqMoments< T >::var = num_traits<T>::from_int(0) |
Definition at line 620 of file solver_uq.h.
Referenced by line::uq::uq_moments().