1 #ifndef GenericHouseholder_h
2 #define GenericHouseholder_h
24 const std::vector<float>& energyVector,
29 const std::vector<float>& energyVector);
39 std::vector<float>&
alpha,
40 std::vector<int>& pivot);
47 const std::vector<float>&
alpha,
48 const std::vector<int>& pivot,
49 std::vector<float>&
r,
50 std::vector<float>&
y);