Stable Numerics Subroutine Library
Programming Reference Manual
Version 1.0 DD-00006-010

6.2 kc_interval<T> - Class Reference

The kc_interval<T> class represents a circular complex interval number of the given template type T. The class checks that the latter type T matches one of the following types by a static_assert, this is to ensure that the class only gets instantiated for types that are actually implemented. The following types are supported:

6.2.1 Public member variables
6.2.2 Constructors
6.2.3 Assignment
6.2.4 Special Assignment
6.2.5 Comparison Operators
6.2.6 Conversion functions
6.2.7 Arithmetic Operators
6.2.8 Status functions
6.2.9 Normalization
6.2.10 Set comparison
6.2.11 Concatenation and convex hull
6.2.12 Metrics and R  conversion
6.2.13 Complex Conjugation
6.2.14 Input/Output Functions