'STRAP:multiple sequence alignments '

charite.andrean
Class SpVector

java.lang.Object
  extended by charite.andrean.SpVector

public final class SpVector
extends java.lang.Object


Field Summary
 double[] value
           
 
Constructor Summary
SpVector()
           
 
Method Summary
 double distance(double[] vector1, double[] vector2)
           
 void rotate(double[] my_vector, Overlay rotation, double[] new_vector)
           
 void vect_mat_mult(double[] original_vector, double[][] the_matrix, double[] result)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public double[] value
Constructor Detail

SpVector

public SpVector()
Method Detail

vect_mat_mult

public void vect_mat_mult(double[] original_vector,
                          double[][] the_matrix,
                          double[] result)

distance

public double distance(double[] vector1,
                       double[] vector2)

rotate

public void rotate(double[] my_vector,
                   Overlay rotation,
                   double[] new_vector)

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, Protein and StrapEvent.'