We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc399f commit 07693f9Copy full SHA for 07693f9
root/hist/hist/TFormulaGradientBenchmarks.cxx
@@ -27,7 +27,7 @@ static void BM_TFormulaPerf(benchmark::State &state, const char* formula, F&& ev
27
int Ndim = h->GetNdim();
28
double* x = new double[Ndim]{};
29
for (int i = 0; i < Ndim; i++) x[i] = std::rand() % 100;
30
- TFormula::GradientStorage result(Npar);
+ TFormula::CladStorage result(Npar);
31
TFormula *f = nullptr;
32
if (useClad) {
33
f = h->GetFormula();
0 commit comments