scid.types

Various useful types.

Members

Functions

interval
Interval!(CommonType!(T, U)) interval(T a, U b)

An interval [a,b] along the real line, where either endpoint may be infinite.

Structs

Interval
struct Interval(T)

An interval [a,b] along the real line, where either endpoint may be infinite.

Result
struct Result(V, E = V)

Struct containing the result of a calculation, along with the absolute error in that calculation (x ± δx).

Meta

Authors

Lars Tandle Kyllingstad

License

Boost License 1.0