![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The ordered type the pivot search compares in. More...
#include <line/util/lu.h>
Public Types | |
| using | type = T |
Static Public Member Functions | |
| static type | of (const T &x) |
The ordered type the pivot search compares in.
It is T itself for every ordered field, so the real instantiations compile to the same code as before. A complex element type has no order, and its specialization (in line/num/complex_number.h) reduces to the real modulus – which is what MATLAB's own pivot rule uses on a complex matrix.
| using line::pivot_mag< T >::type = T |
|
inlinestatic |
Definition at line 40 of file lu.h.
References line::num_abs().
Referenced by line::lu_det(), and line::lu_factor().