mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-08-03 06:47:06 +01:00
dimension resized automatically for solvers
This commit is contained in:
@@ -33,7 +33,8 @@ BEGIN_LATAN_NAMESPACE
|
||||
class RootFinder: public Solver
|
||||
{
|
||||
public:
|
||||
// constructor
|
||||
// constructors
|
||||
RootFinder(void) = default;
|
||||
explicit RootFinder(const Index dim);
|
||||
// destructor
|
||||
virtual ~RootFinder(void) = default;
|
||||
|
Reference in New Issue
Block a user