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

Return value of mtrace_iat2counts. More...

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

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

Public Attributes

std::vector< int > labels
 the distinct labels, increasing
Matrix< long > counts
 (rows x C), column c for labels[c]

Detailed Description

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

Return value of mtrace_iat2counts.

Definition at line 54 of file mtrace_iat2counts.h.

Member Data Documentation

◆ counts

template<class T>
Matrix<long> line::trace::MtraceCountsResult< T >::counts

(rows x C), column c for labels[c]

Definition at line 56 of file mtrace_iat2counts.h.

Referenced by line::mam::m3pp2m_fitc_trace(), line::mam::m3pp_superpos_fitc_trace(), and line::trace::mtrace_iat2counts().

◆ labels

template<class T>
std::vector<int> line::trace::MtraceCountsResult< T >::labels

the distinct labels, increasing

Definition at line 55 of file mtrace_iat2counts.h.

Referenced by line::mam::m3pp2m_fitc_trace(), line::mam::m3pp_superpos_fitc_trace(), and line::trace::mtrace_iat2counts().


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