1
0
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:
2015-11-13 14:30:10 +00:00
parent ae62a3225d
commit aeda59adfa
12 changed files with 54 additions and 29 deletions

View File

@@ -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;