mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +08:00
fix prototype
This commit is contained in:
parent
f4d1461874
commit
7933267c67
@ -173,7 +173,7 @@ class DGMRES : public IterativeSolverBase<DGMRES<_MatrixType,_Preconditioner> >
|
||||
/**
|
||||
* Set the restart value (default is 30)
|
||||
*/
|
||||
Index set_restart(const Index restart) { m_restart=restart; }
|
||||
void set_restart(const Index restart) { m_restart=restart; }
|
||||
|
||||
/**
|
||||
* Set the number of eigenvalues to deflate at each restart
|
||||
|
Loading…
Reference in New Issue
Block a user