[][src]Module nikisas_test::domain

Iterators over specific input interval that compute (or assert) errors over that domain.

Structs

Exhaustive

Iterates over all machine numbers in given interval. This might be useful to test values near certain extremas.

UniformSample

Uniformly samples values in given interval. This should be primarily used for determining errors on the domain.

Traits

Domain

Trait for interval iterators for computing (or asserting) errors.