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

Transient averages over independent replications, on one time grid. More...

#include <line/solvers/wrappers/jmt/jmt_logs.h>

Collaboration diagram for line::jmt::JmtReplication< T >:

Public Attributes

std::vector< double > t
std::vector< std::vector< std::vector< double > > > QNt
 QNt[ist-1][r] over t.
std::vector< std::vector< std::vector< double > > > UNt
std::vector< std::vector< std::vector< double > > > TNt
std::size_t valid = 0
 Replications that produced a usable trajectory.

Detailed Description

template<class T>
struct line::jmt::JmtReplication< T >

Transient averages over independent replications, on one time grid.

Definition at line 848 of file jmt_logs.h.

Member Data Documentation

◆ QNt

template<class T>
std::vector<std::vector<std::vector<double> > > line::jmt::JmtReplication< T >::QNt

QNt[ist-1][r] over t.

Definition at line 851 of file jmt_logs.h.

Referenced by line::jmt::jmt_replication().

◆ t

template<class T>
std::vector<double> line::jmt::JmtReplication< T >::t

Definition at line 849 of file jmt_logs.h.

Referenced by line::jmt::jmt_replication().

◆ TNt

template<class T>
std::vector<std::vector<std::vector<double> > > line::jmt::JmtReplication< T >::TNt

Definition at line 853 of file jmt_logs.h.

Referenced by line::jmt::jmt_replication().

◆ UNt

template<class T>
std::vector<std::vector<std::vector<double> > > line::jmt::JmtReplication< T >::UNt

Definition at line 852 of file jmt_logs.h.

Referenced by line::jmt::jmt_replication().

◆ valid

template<class T>
std::size_t line::jmt::JmtReplication< T >::valid = 0

Replications that produced a usable trajectory.

Definition at line 855 of file jmt_logs.h.

Referenced by line::jmt::jmt_replication().


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