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

Return value of trace_bicov, mirroring [BiCov, BiCovLags]. More...

#include <line/api/trace/trace_bicov.h>

Collaboration diagram for line::trace::TraceBicovResult< T >:

Public Attributes

std::vector< T > bicov
 one moment per grid pair
std::vector< std::vector< int > > lags
 the [1,i,j] increment triples

Detailed Description

template<class T>
struct line::trace::TraceBicovResult< T >

Return value of trace_bicov, mirroring [BiCov, BiCovLags].

Definition at line 38 of file trace_bicov.h.

Member Data Documentation

◆ bicov

template<class T>
std::vector<T> line::trace::TraceBicovResult< T >::bicov

one moment per grid pair

Definition at line 39 of file trace_bicov.h.

Referenced by line::trace::trace_bicov().

◆ lags

template<class T>
std::vector<std::vector<int> > line::trace::TraceBicovResult< T >::lags

the [1,i,j] increment triples

Definition at line 40 of file trace_bicov.h.

Referenced by line::trace::trace_bicov().


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