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. |