![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors the [H, h0] return list of the MATLAB function. More...
#include <line/api/infer/infer_lqn_jacobian.h>
Public Attributes | |
| Matrix< T > | H |
| (no x np) sensitivity matrix | |
| std::vector< T > | h0 |
| (no) observation at the base point | |
Mirrors the [H, h0] return list of the MATLAB function.
Definition at line 49 of file infer_lqn_jacobian.h.
| Matrix<T> line::infer::JacobianResult< T >::H |
(no x np) sensitivity matrix
Definition at line 50 of file infer_lqn_jacobian.h.
Referenced by line::infer::infer_lqn_ekf(), and line::infer::infer_lqn_jacobian().
| std::vector<T> line::infer::JacobianResult< T >::h0 |
(no) observation at the base point
Definition at line 51 of file infer_lqn_jacobian.h.
Referenced by line::infer::infer_lqn_ekf(), and line::infer::infer_lqn_jacobian().