I forgot that the previous commit needed minor changes outside the bench folder

This commit is contained in:
Gael Guennebaud
2008-07-08 17:25:58 +00:00
parent 77a622f2bb
commit 783eb6da9b
3 changed files with 90 additions and 2 deletions

View File

@@ -60,10 +60,10 @@ template<typename _MatrixType> class EigenSolver
EigenvalueType eigenvalues(void) const { return m_eivalues; }
private:
void compute(const MatrixType& matrix);
private:
void orthes(MatrixType& matH, RealVectorType& ort);
void hqr2(MatrixType& matH);