'STRAP:multiple sequence alignments '

charite.andrean
Class SpBigVector

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

public class SpBigVector
extends java.lang.Object


Field Summary
 double[] value
           
 
Constructor Summary
SpBigVector()
           
 
Method Summary
 void bvect_mat_mult(double[] original_vector, double[][] the_matrix, double[] result)
           
 void print()
           
 double sqr(double quad1)
           
 int third_root(double[] koeffizient, double[] root)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public double[] value
Constructor Detail

SpBigVector

public SpBigVector()
Method Detail

bvect_mat_mult

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

sqr

public double sqr(double quad1)

third_root

public int third_root(double[] koeffizient,
                      double[] root)

print

public void print()

'STRAP:multiple sequence alignments '

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