Package chapman.math contains Math-related classes.
The classes in this package include:
-
Array - A class to perform various array manipulations.
-
Complex - Complex arithmetic.
-
Math1 - A class that contains additional methods beyond the standard
ones in java.lang.Math.
-
SigProc - A class to perform various signal processing functions
(FFTs, etc.).
-
Statistics - A class to calculate the statistics of a data set.