Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
Ε
Θ
C
ca.uol.aig.fftpack
- package ca.uol.aig.fftpack
A Java translation of fftpack by Baoshe Zhang.
CalcError
- Exception in
org.hermit.astro
This exception represents an error within the Astro package; i.e.
CalcError()
- Constructor for exception org.hermit.astro.
CalcError
Create an exception with no message.
CalcError(String)
- Constructor for exception org.hermit.astro.
CalcError
Create an exception with a message.
calculateDeltaT(int, double)
- Static method in class org.hermit.astro.
Instant
Calculate an estimate of the value of ΔT, ie TD - UT in seconds, for a given moment in time.
calculatePowerDb(short[], int, int)
- Static method in class org.hermit.dsp.
SignalPower
Calculate the power of the given input signal.
CharFormatter
- Class in
org.hermit.utils
Utilities for quickly formatting numbers into character buffers, without memory allocations.
Clusterer
- Class in
org.hermit.geometry.cluster
A generic interface to a clustering algorithm.
Clusterer()
- Constructor for class org.hermit.geometry.cluster.
Clusterer
compareTo(Edge)
- Method in class org.hermit.geometry.
Edge
Compare an edge against another edge.
compareTo(Point)
- Method in class org.hermit.geometry.
Point
Compares this object with the specified object for order.
compareTo(Vector)
- Method in class org.hermit.geometry.
Vector
Compares this object with the specified object for order.
Complex1D
- Class in
ca.uol.aig.fftpack
Construct a 1-D complex data sequence.
Complex1D()
- Constructor for class ca.uol.aig.fftpack.
Complex1D
ComplexDoubleFFT
- Class in
ca.uol.aig.fftpack
FFT transform of a complex periodic sequence.
ComplexDoubleFFT(int)
- Constructor for class ca.uol.aig.fftpack.
ComplexDoubleFFT
Construct a wavenumber table with size
n
for Complex FFT.
ComputeVoronoiGraph(Iterable<Point>)
- Static method in class org.hermit.geometry.voronoi.
Fortune
Compute the Voronoi diagram for the given set of points.
ComputeVoronoiGraph(Point[])
- Static method in class org.hermit.geometry.voronoi.
Fortune
Compute the Voronoi diagram for the given set of points.
createPoints(Region, int)
- Method in interface org.hermit.geometry.generator.
Generator
Create a set of data points within the given region.
createPoints(Region, int)
- Method in class org.hermit.geometry.generator.
NuclearGenerator
Create a set of data points within the given region.
createPoints(Region, int)
- Method in class org.hermit.geometry.generator.
RandomGenerator
Create a set of data points within the given region.
Cubic
- Class in
org.hermit.geometry.spline
Representation of a cubic polynomial.
Cubic(double, double, double, double)
- Constructor for class org.hermit.geometry.spline.
Cubic
Create a cubic polynomial of form a + b*x + c*x^2 + d*x^3.
CubicSpline
- Class in
org.hermit.geometry.spline
Implementation of a natural cubic spline.
CubicSpline(Point[])
- Constructor for class org.hermit.geometry.spline.
CubicSpline
Create a cubic spline curve with a specified set of control points.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
Ε
Θ