![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
getSensitivityTable of the ensemble: the layer tables under a Layer column. More...
#include <line/solvers/ln/solver_ln.h>
Classes | |
| struct | Row |
Public Attributes | |
| std::vector< Row > | rows |
| std::vector< std::string > | layer_methods |
| Per layer, the branch that layer took; empty for a layer with no solver. | |
| std::string | method |
| The summary label: the common branch, or "mixed" when they differ. | |
| std::vector< sens::SensTable< T > > | layer_tables |
| Per layer, the analytic Jacobian where that layer produced one. | |
getSensitivityTable of the ensemble: the layer tables under a Layer column.
Definition at line 414 of file solver_ln.h.
| std::vector<std::string> line::ln::LnSensTable< T >::layer_methods |
Per layer, the branch that layer took; empty for a layer with no solver.
Definition at line 421 of file solver_ln.h.
Referenced by line::ln::SolverLN< T >::get_sensitivity_table().
| std::vector<sens::SensTable<T> > line::ln::LnSensTable< T >::layer_tables |
Per layer, the analytic Jacobian where that layer produced one.
Definition at line 425 of file solver_ln.h.
Referenced by line::ln::SolverLN< T >::get_sensitivity_table().
| std::string line::ln::LnSensTable< T >::method |
The summary label: the common branch, or "mixed" when they differ.
Definition at line 423 of file solver_ln.h.
Referenced by line::ln::SolverLN< T >::get_sensitivity_table().
| std::vector<Row> line::ln::LnSensTable< T >::rows |
Definition at line 419 of file solver_ln.h.
Referenced by line::opt::LineEvaluator::evaluate_layered_sensitivities(), and line::ln::SolverLN< T >::get_sensitivity_table().