Class Vis

java.lang.Object
  extended by Vis

public final class Vis
extends java.lang.Object


Constructor Summary
Vis()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void vadd(double[] vect1, double[] vect2, double[] result)
           
static void vcopy(short[] in, short[] out)
           
static int vimin(double[] vect)
           
static void vinvers(double[] vect)
           
static double vmax(double[] vect)
           
static double vmax(double wert, double[] vect, int start, int inc)
           
static short vmax(short[] vect)
           
static short vmax(short wert, short[] vect)
          cumulative maximum search
static double vmin(double[] vect)
           
static double vmin(double wert, double[] vect, int start, int inc)
           
static short vmin(short[] vect)
           
static short vmin(short wert, short[] vect)
          cumulative minimum search
static void vprint(java.lang.String fileName, double[] vect)
           
static void vsmult(double wert, double[] vect)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vis

public Vis()
Method Detail

main

public static void main(java.lang.String[] args)

vcopy

public static void vcopy(short[] in,
                         short[] out)

vinvers

public static void vinvers(double[] vect)

vprint

public static void vprint(java.lang.String fileName,
                          double[] vect)

vadd

public static void vadd(double[] vect1,
                        double[] vect2,
                        double[] result)

vimin

public static int vimin(double[] vect)

vmin

public static double vmin(double[] vect)

vmin

public static short vmin(short[] vect)

vmin

public static short vmin(short wert,
                         short[] vect)
cumulative minimum search


vmax

public static double vmax(double[] vect)

vmax

public static short vmax(short[] vect)

vmax

public static short vmax(short wert,
                         short[] vect)
cumulative maximum search


vsmult

public static void vsmult(double wert,
                          double[] vect)

vmax

public static double vmax(double wert,
                          double[] vect,
                          int start,
                          int inc)

vmin

public static double vmin(double wert,
                          double[] vect,
                          int start,
                          int inc)