![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/api/mc/ctmc_bicgstab.h>
Public Attributes | |
| Matrix< T > | X |
| solution block, empty unless flag == 0 | |
| int | flag |
| 0 all columns converged, otherwise the first failing flag | |
Definition at line 70 of file ctmc_bicgstab.h.
| int line::mc::BicgstabMultiResult< T >::flag |
0 all columns converged, otherwise the first failing flag
Definition at line 72 of file ctmc_bicgstab.h.
Referenced by line::mc::ctmc_bicgstab_multi().
| Matrix<T> line::mc::BicgstabMultiResult< T >::X |
solution block, empty unless flag == 0
Definition at line 71 of file ctmc_bicgstab.h.
Referenced by line::mc::ctmc_bicgstab_multi().