mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +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)
|
* 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user