![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/reg/registry.h>
Public Attributes | |
| std::string | name |
| MATLAB-compatible function name, e.g. "pfqn_ca". | |
| std::string | domain |
| api domain, e.g. "pfqn" | |
| std::vector< Arith > | arith |
| arithmetic modes this function is instantiated for | |
| std::string | reference |
| the implementation it was ported from | |
Definition at line 37 of file registry.h.
| std::vector<Arith> line::ApiEntry::arith |
arithmetic modes this function is instantiated for
Definition at line 40 of file registry.h.
Referenced by line::reg::api_invoke(), and line::api_supports().
| std::string line::ApiEntry::domain |
api domain, e.g. "pfqn"
Definition at line 39 of file registry.h.
Referenced by line::reg::api_invoke().
| std::string line::ApiEntry::name |
MATLAB-compatible function name, e.g. "pfqn_ca".
Definition at line 38 of file registry.h.
| std::string line::ApiEntry::reference |
the implementation it was ported from
Definition at line 41 of file registry.h.