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

Return value of pfqn_oi_fnc, mirroring [muf, Psi, mu] flattened. More...

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

Collaboration diagram for line::pfqn::OiFncResult< T >:

Public Attributes

std::vector< T > Psi
 column-major over the lattice
std::vector< T > mu
 column-major over the lattice
std::vector< std::size_t > stride
 column-major strides, for indexing

Detailed Description

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

Return value of pfqn_oi_fnc, mirroring [muf, Psi, mu] flattened.

Definition at line 58 of file pfqn_oi_fnc.h.

Member Data Documentation

◆ mu

template<class T>
std::vector<T> line::pfqn::OiFncResult< T >::mu

column-major over the lattice

Definition at line 60 of file pfqn_oi_fnc.h.

Referenced by line::pfqn::pfqn_oi_fnc().

◆ Psi

template<class T>
std::vector<T> line::pfqn::OiFncResult< T >::Psi

column-major over the lattice

Definition at line 59 of file pfqn_oi_fnc.h.

Referenced by line::pfqn::pfqn_oi_fnc(), and line::nc::solver_nc_oi_analyzer().

◆ stride

template<class T>
std::vector<std::size_t> line::pfqn::OiFncResult< T >::stride

column-major strides, for indexing

Definition at line 61 of file pfqn_oi_fnc.h.

Referenced by line::pfqn::pfqn_oi_fnc().


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