mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2026-01-09 19:09:34 +00:00
Minimizer: limits interface
This commit is contained in:
@@ -34,7 +34,7 @@ class RootFinder: public Solver
|
||||
{
|
||||
public:
|
||||
// constructor
|
||||
RootFinder(void) = default;
|
||||
explicit RootFinder(const Index dim);
|
||||
// destructor
|
||||
virtual ~RootFinder(void) = default;
|
||||
// solver
|
||||
|
||||
Reference in New Issue
Block a user