8 * Created by Pat Schloss on 4/8/09.
9 * Copyright 2009 Patrick D. Schloss. All rights reserved.
13 #include "fullmatrix.h"
16 class DLibshuff : public Libshuff {
19 DLibshuff(FullMatrix*, int, float, float);
20 vector<vector<double> > evaluateAll();
21 float evaluatePair(int, int);
25 double dCalculate(int, int);
26 vector<int> calcN(vector<double>);