Interface | Description |
---|---|
Configurable |
Standard configuration API for all algorithms and filters.
|
Releasable |
Tagging interface for all lateration algorithms, location filters and
anchor selection algorithms which are ready for release.
|
Class | Description |
---|---|
ArrayUtils |
Array util methods.
|
Circle |
A simple circle math library.
|
Combinations |
Simulate a collection of combinations.
|
CombinatorialIterator |
Enumerate combinatorial numbers.
|
IntersectionPoint2d |
A two dimensional point with double precision which represents the
intersection of two circles.
|
LMath |
Utility math methods.
|
LUDecomposition |
LU Decomposition.
|
Matrix |
Matrix library.
|
Point2d |
A two dimensional point with double precision.
|
PointAndRange |
A point and a range.
|
PositionEstimate |
A position estimate calculated by some lateration algorithms.
|
PreciseStandardDeviation |
Incrementally compute the standard deviation using Welfords method.
|
QRDecomposition |
QR Decomposition.
|
QuickSelect |
Hoare's selection algorithm also known as quickselect algorithm.
|
ReflectionUtils |
Utility methods for class loading and object instantiation.
|
StandardDeviation |
Incrementally compute the standard deviation using Welfords method.
|
Triangle |
A simple triangle math library.
|
WelfordStandardDeviation |
Incrementally compute the standard deviation using Welfords method.
|
Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.