Lines Matching refs:Index
52 typedef DenseIndex Index;
63 Index maxfev; // maximum number of function evaluation
85 Index *nfev,
104 Index nfev;
105 Index njev;
106 Index iter;
113 Index n;
114 Index m;
187 for (Index j = 0; j < n; ++j)
215 Index df_ret = functor.df(x, fjac);
233 for (Index j = 0; j < n; ++j)
253 for (Index j = 0; j < n; ++j)
406 for (Index j = 0; j < n; ++j)
434 Index i, j;
443 Index rownb = 2;
470 for(Index ii=0; ii< fjac.cols(); ii++) fjac.col(ii).segment(ii+1, fjac.rows()-ii-1) *= fjac(ii,ii); // rescale vectors
622 Index *nfev,
626 Index n = x.size();
627 Index m = functor.values();