![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_oi_fnc, mirroring [muf, Psi, mu] flattened. More...
#include <line/api/pfqn/pfqn_oi_fnc.h>
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 | |
Return value of pfqn_oi_fnc, mirroring [muf, Psi, mu] flattened.
Definition at line 58 of file pfqn_oi_fnc.h.
| 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().
| 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().
| 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().