![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
MATLAB's INFO struct: the EKF result plus what the driver constructed. More...
#include <line/api/infer/infer_lqn.h>
Public Attributes | |
| EkfResult< T > | ekf |
| the filter output, ahat included | |
| std::vector< T > | a0 |
| initial estimate actually used | |
| Matrix< T > | Q |
| drift covariance actually used | |
| Matrix< T > | R |
| measurement covariance actually used | |
| Matrix< T > | P0 |
| initial covariance actually used | |
MATLAB's INFO struct: the EKF result plus what the driver constructed.
Definition at line 92 of file infer_lqn.h.
| std::vector<T> line::infer::InferLqnResult< T >::a0 |
initial estimate actually used
Definition at line 94 of file infer_lqn.h.
Referenced by line::infer::infer_lqn().
| EkfResult<T> line::infer::InferLqnResult< T >::ekf |
the filter output, ahat included
Definition at line 93 of file infer_lqn.h.
Referenced by line::infer::infer_lqn().
| Matrix<T> line::infer::InferLqnResult< T >::P0 |
initial covariance actually used
Definition at line 97 of file infer_lqn.h.
Referenced by line::infer::infer_lqn().
| Matrix<T> line::infer::InferLqnResult< T >::Q |
drift covariance actually used
Definition at line 95 of file infer_lqn.h.
Referenced by line::infer::infer_lqn().
| Matrix<T> line::infer::InferLqnResult< T >::R |
measurement covariance actually used
Definition at line 96 of file infer_lqn.h.
Referenced by line::infer::infer_lqn().