Lines Matching refs:temptimes
111 std::vector<double> times_i, temptimes;
112 temptimes = roots(f[Y]-width);
113 times_i.insert(times_i.end(), temptimes.begin(), temptimes.end() );
114 temptimes = roots(f[Y]+width);
115 times_i.insert(times_i.end(), temptimes.begin(), temptimes.end() );
116 temptimes = roots(f[X]-3*width);
117 times_i.insert(times_i.end(), temptimes.begin(), temptimes.end() );
118 temptimes = roots(f[X]+3*width);
119 times_i.insert(times_i.end(), temptimes.begin(), temptimes.end() );