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

#include <line/api/mc/ctmc_gmres.h>

Collaboration diagram for line::mc::GmresResult< T >:

Public Attributes

std::vector< T > x
 solution
int flag
 0 converged, 1 iteration limit, 3 stagnation/divergence
relres
 true relative residual norm(b - A x) / norm(b)
long iter
 total inner iterations

Detailed Description

template<class T>
struct line::mc::GmresResult< T >

Definition at line 78 of file ctmc_gmres.h.

Member Data Documentation

◆ flag

template<class T>
int line::mc::GmresResult< T >::flag

0 converged, 1 iteration limit, 3 stagnation/divergence

Definition at line 80 of file ctmc_gmres.h.

Referenced by line::mc::ctmc_gmres_multi(), line::mc::ctmc_solve(), and line::mc::ctmc_takahashi().

◆ iter

template<class T>
long line::mc::GmresResult< T >::iter

total inner iterations

Definition at line 82 of file ctmc_gmres.h.

◆ relres

template<class T>
T line::mc::GmresResult< T >::relres

true relative residual norm(b - A x) / norm(b)

Definition at line 81 of file ctmc_gmres.h.

◆ x

template<class T>
std::vector<T> line::mc::GmresResult< T >::x

solution

Definition at line 79 of file ctmc_gmres.h.

Referenced by line::mc::ctmc_gmres_multi(), line::mc::ctmc_solve(), and line::mc::ctmc_takahashi().


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