Package edu.mines.jtk.bench

A workbench for experimenting and benchmarking.

See:
          Description

Class Summary
ArrayFileBench Benchmark for ArrayFile.
ArrayListBench Benchmark ArrayList of primitives.
ArrayListBench.FloatList  
AwtBench AWT/Swing workbench.
BufferBench Test NIO buffers.
DataFileBench Benchmark for DataFile.
FftBench Benchmark FFTs.
MaxHeap Tests allocation from Java heap.
MtMatMulBench Benchmark single- and multi-threaded matrix multiplication.
QrdBench Benchmark Pure Java and LAPACK's QR decompositions.
RecursiveFilterBench Benchmark different methods for multi-dimensional recursive filtering.
SamplingBench Demonstrate roundoff error for typical computations with uniform sampling.
ScannerBug Demonstrate bug in Scanner.
 

Package edu.mines.jtk.bench Description

A workbench for experimenting and benchmarking. When the development of other packages requires experimenting or benchmarking, we put the programs for those experiments and benchmarks in this package, so that they are well documented. The classes in this package should not be used by those in other packages.