![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the table carries, plus the branch that produced it. More...
#include <line/solvers/sens/solver_sens_table.h>
Public Attributes | |
| std::vector< SensRow< T > > | rows |
| std::string | method |
| "exact" or "fd", the branch actually taken | |
| bool | has_jacobian = false |
| The analytic Jacobian, set only on the CLOSED exact branch. | |
| pfqn::SensResult< T > | jacobian |
What the table carries, plus the branch that produced it.
Definition at line 83 of file solver_sens_table.h.
| bool line::sens::SensTable< T >::has_jacobian = false |
The analytic Jacobian, set only on the CLOSED exact branch.
Definition at line 87 of file solver_sens_table.h.
Referenced by line::sens::solver_sensitivity_table().
| pfqn::SensResult<T> line::sens::SensTable< T >::jacobian |
Definition at line 88 of file solver_sens_table.h.
Referenced by line::sens::solver_sensitivity_table().
| std::string line::sens::SensTable< T >::method |
"exact" or "fd", the branch actually taken
Definition at line 85 of file solver_sens_table.h.
Referenced by line::ln::SolverLN< T >::get_sensitivity_table(), and line::sens::solver_sensitivity_table().
| std::vector<SensRow<T> > line::sens::SensTable< T >::rows |
Definition at line 84 of file solver_sens_table.h.
Referenced by line::ln::SolverLN< T >::get_sensitivity_table(), and line::sens::solver_sensitivity_table().