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

View File

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