LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::uq::UqMoments< T > Struct Template Reference

The weighted mean and variance of a metric over the design. More...

#include <line/solvers/uq/solver_uq.h>

Collaboration diagram for line::uq::UqMoments< T >:

Public Attributes

mean = num_traits<T>::from_int(0)
var = num_traits<T>::from_int(0)

Detailed Description

template<class T>
struct line::uq::UqMoments< T >

The weighted mean and variance of a metric over the design.

Definition at line 618 of file solver_uq.h.

Member Data Documentation

◆ mean

template<class T>
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().

◆ var

template<class T>
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().


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