Package ru.sscc.util

Collection of miscellaneous utility classes.

See:
          Description

Class Summary
BoundingBox Provides the calculation of minimal bounding box around of a set of vectors in multidimensional space.
IterationController The controller of an iteration algorithm.
Reflection The class performs operations with the Hausholder reflection transformation U=I-g-1vvT based on the specially constructed bearing vector v.
Rotation The class provides Givens rotation by the formulas x' = x*cos(a) + y*sin(a), y' = -x*sin(a) + y*cos(a).
TimeCounter An instance of this class is a simple timer that allows to count a time spent from the construction or the last restart of the timer.
 

Exception Summary
BreakIterationException The exception is thrown in an iterative process if the iterations are ubnormally broken.
CalculatingException The exception is thrown when calculations failed by some reasons.
 

Package ru.sscc.util Description

Collection of miscellaneous utility classes.