22 #ifndef EVTORTHOGVECTOR_HH
23 #define EVTORTHOGVECTOR_HH
32 std::vector<double> *vectors);
36 std::vector<double> getOrthogVector() {
return _orthogVector;}
42 std::vector<int> _holder;
43 void findOrthog(
int dim, std::vector<int> invect,
44 std::vector<double> *vectors);
46 std::vector<double> _orthogVector;
48 int findEvenOddSwaps();