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

Return value of pfqn_fnc, mirroring [mu, c]. More...

#include <line/api/pfqn/pfqn_fnc.h>

Public Attributes

Matrix< T > mu
std::vector< T > c

Detailed Description

template<class T>
struct line::pfqn::FncResult< T >

Return value of pfqn_fnc, mirroring [mu, c].

Definition at line 62 of file pfqn_fnc.h.

Member Data Documentation

◆ c

template<class T>
std::vector<T> line::pfqn::FncResult< T >::c

◆ mu

template<class T>
Matrix<T> line::pfqn::FncResult< T >::mu

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