LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
Arithmetic backends

line/numnum_traits and the number types. More...

Files

file  include/line/num/complex_number.h
 std::complex<double> as a number type for the generic linear algebra.
file  include/line/num/number.h
 Number-type abstraction for the templated API port.
file  include/line/num/sym_number.h
 An exact symbolic scalar, as a num_traits numeric type.

Detailed Description

line/numnum_traits and the number types.

An algorithm needing log, exp or pow static_asserts on has_transcendental, so instantiating an inherently inexact algorithm at exact arithmetic is a compile error rather than a silent fallback.