LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::fluid::ShareValue Struct Reference

A share closure's value and Jacobian, and the joint-closure covariance. More...

#include <line/solvers/fluid/fluid_closures.h>

Collaboration diagram for line::fluid::ShareValue:

Public Attributes

std::vector< double > s
Matrix< double > ds
std::vector< double > cn
Matrix< double > dcn

Detailed Description

A share closure's value and Jacobian, and the joint-closure covariance.

Definition at line 374 of file fluid_closures.h.

Member Data Documentation

◆ cn

std::vector<double> line::fluid::ShareValue::cn

◆ dcn

Matrix<double> line::fluid::ShareValue::dcn

◆ ds

Matrix<double> line::fluid::ShareValue::ds

◆ s


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