mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-12-17 15:14:40 +00:00
dimension resized automatically for solvers
This commit is contained in:
@@ -18,7 +18,7 @@ int main(int argc, char* argv[])
|
||||
source = argv[1];
|
||||
|
||||
DoubleFunction f = compile(source, 1);
|
||||
MinuitMinimizer minimize(1);
|
||||
MinuitMinimizer minimize;
|
||||
DVec init(1);
|
||||
double min;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user