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

getSensitivityTable of the ensemble: the layer tables under a Layer column. More...

#include <line/solvers/ln/solver_ln.h>

Collaboration diagram for line::ln::LnSensTable< T >:

Classes

struct  Row

Public Attributes

std::vector< Rowrows
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.

Detailed Description

template<class T>
struct line::ln::LnSensTable< T >

getSensitivityTable of the ensemble: the layer tables under a Layer column.

Definition at line 414 of file solver_ln.h.

Member Data Documentation

◆ layer_methods

template<class T>
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().

◆ layer_tables

template<class T>
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().

◆ method

template<class T>
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().

◆ rows

template<class T>
std::vector<Row> line::ln::LnSensTable< T >::rows

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