mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-24 01:32:02 +01: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