mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-08-02 14:37:05 +01: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