22#ifndef EVTORTHOGVECTOR_HH
23#define EVTORTHOGVECTOR_HH
32 std::vector<double> *vectors);
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();
std::vector< double > getOrthogVector()