vec_math
Class Extremum.File

java.lang.Object
  extended by vec_math.Extremum.File
Enclosing class:
Extremum

public static class Extremum.File
extends Object

Finds all maxima and minima in the quasi-conitinuous function, tabluated as an ascii-file in the first command line argument. The second command line argument, if present, states the column to read (default first column).


Constructor Summary
Extremum.File()
           
 
Method Summary
static void main(String[] arg)
          First argument is the path to the ascii data file, second, if present is the column to read (1=first column, default).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Extremum.File

public Extremum.File()
Method Detail

main

public static void main(String[] arg)
First argument is the path to the ascii data file, second, if present is the column to read (1=first column, default).