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

An affine residual map recovered as (A, b) with fn(x) = A x - b. More...

#include <line/api/mapqn/mapqn_qrf_common.h>

Public Attributes

Matrix< T > A
std::vector< T > b

Detailed Description

template<class T>
struct line::mapqn::QrfAffine< T >

An affine residual map recovered as (A, b) with fn(x) = A x - b.

Definition at line 580 of file mapqn_qrf_common.h.

Member Data Documentation

◆ A

template<class T>
Matrix<T> line::mapqn::QrfAffine< T >::A

Definition at line 581 of file mapqn_qrf_common.h.

Referenced by line::mapqn::qrf_affine_matrices().

◆ b

template<class T>
std::vector<T> line::mapqn::QrfAffine< T >::b

Definition at line 582 of file mapqn_qrf_common.h.

Referenced by line::mapqn::qrf_affine_matrices().


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