| Angle |
This class provides various operations on angles,
while making sure that the values is always in the rangle
from -pi >= v > pi.
|
| AnimatedGIFWriter |
|
| AnimatedGIFWriter.GIFFrame |
|
| ArrayUtils |
|
| Base64 |
|
| Base64.InputStream |
A Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
|
| Base64.OutputStream |
A Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
|
| BinaryDecoder |
|
| BinaryEncoder |
|
| BitUtils |
|
| BrowserControl |
|
| BurtleHasher |
http://burtleburtle.net/bob/c/lookup3.c
-------------------------------------------------------------------------------
lookup3.c, by Bob Jenkins, May 2006, Public Domain.
|
| BurtleHasherABC |
|
| ByteArray |
|
| ByteArrayArrayComparator |
|
| ByteArrayComparator |
|
| ColorHelper |
|
| CommandLineParser |
CommandLineParser
Simple command line parser.
|
| ConstantsDWAR |
ConstantsDWAR
|
| CursorHelper |
|
| DateAnalysis |
|
| DoubleFormat |
|
| DoubleVec |
|
| EncoderFloatingPointNumbers |
|
| EncoderIntegerNumbers |
Encodes integer numbers into a string.
|
| ErrorHashMap |
ErrorHashMap
2005 MvK: Start implementation
|
| FastSpline |
Represents a polynomial spline function.
|
| FastSpline.Polynome |
|
| FittingFunction |
|
| Formatter |
|
| IntArrayComparator |
|
| IntQueue |
Implementation for a FIFO of int.
|
| IO |
IO
2003 MvK: Start implementation
|
| LittleEndianDataInputStream |
|
| LittleEndianDataOutputStream |
|
| NumericalRecipes |
|
| Pipeline<T> |
Pipeline
Enables concurrent access to a queue.
|
| Platform |
Requires JRE 1.6
|
| PointUtils |
|
| Prefs |
|
| ScaleLabel |
Contains shown label, the relative position on the scale and the numerical value
|
| ScaleLabelCreator |
|
| SizeOf |
13.02.2006 MvK
|
| Sketch |
Title: Actelion Java Library
|
| SmoothingSplineInterpolator |
Smoothing Spline Interpolator based on the algorithm described at
http://www.qmw.ac.uk/~ugte133/book/11_tsd/splines.pdf
The Smoothing Spline is used to minimize Sum(sqr((Si-yi)/sigmai)) + lambda*Sum(sqr(S''i))
If lambda=0 (default), this is equivalent to the cubic spline interpolation
If lambda=Infinity, this is equivalent to the least square fitting
|
| SortedList<T extends java.lang.Comparable<? super T>> |
|
| StringFunctions |
|
| UniqueList<T extends java.lang.Comparable<? super T>> |
|