mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2026-01-10 11:29:34 +00:00
dimension resized automatically for solvers
This commit is contained in:
@@ -54,7 +54,8 @@ private:
|
||||
const DoubleFunction *f_;
|
||||
};
|
||||
public:
|
||||
// constructor
|
||||
// constructors
|
||||
MinuitMinimizer(const Algorithm algorithm = Algorithm::Migrad);
|
||||
explicit MinuitMinimizer(const Index dim,
|
||||
const Algorithm algorithm = Algorithm::Migrad);
|
||||
// destructor
|
||||
|
||||
Reference in New Issue
Block a user