mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix prototype
This commit is contained in:
@@ -173,7 +173,7 @@ class DGMRES : public IterativeSolverBase<DGMRES<_MatrixType,_Preconditioner> >
|
|||||||
/**
|
/**
|
||||||
* Set the restart value (default is 30)
|
* 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
|
* Set the number of eigenvalues to deflate at each restart
|
||||||
|
|||||||
Reference in New Issue
Block a user