mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
I forgot that the previous commit needed minor changes outside the bench folder
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user