smueller.datastructure
Class DistanceMatrix

java.lang.Object
  extended by smueller.datastructure.DistanceMatrix
Direct Known Subclasses:
NewDistanceMatrix

public class DistanceMatrix
extends Object

Author:
Soeren Mueller, smueller@cebitec.uni-bielefeld.de

Constructor Summary
DistanceMatrix(double[] bp)
           
 
Method Summary
 double[][] getDistmat()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistanceMatrix

public DistanceMatrix(double[] bp)
Method Detail

getDistmat

public double[][] getDistmat()


Copyright © 2007-2012. All Rights Reserved.