Home
last modified time | relevance | path

Searched refs:normed_times (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/math/example/
Droot_finding_algorithms.cpp149 std::vector<double> normed_times; member
559 root_infos[type_no].normed_times.push_back(normed_time); in test_root()
609 << std::setw(8) << std::setprecision(3) << root_infos[tp].normed_times[algo] << " " in table_root_info()
651 if(fabs(root_infos[tp].normed_times[algo]) <= 1.05) in table_root_info()
652 … "[role blue " << std::setw(3) << std::setprecision(2) << root_infos[tp].normed_times[algo] << "]"; in table_root_info()
653 else if(fabs(root_infos[tp].normed_times[algo]) > 4) in table_root_info()
654 …< "[role red " << std::setw(3) << std::setprecision(2) << root_infos[tp].normed_times[algo] << "]"; in table_root_info()
656 fout << std::setw(3) << std::setprecision(2) << root_infos[tp].normed_times[algo]; in table_root_info()
Droot_n_finding_algorithms.cpp142 std::vector<double> normed_times; member
564 …root_infos[type_no].normed_times.push_back(static_cast<double>(root_infos[type_no].times[i]) / roo… in test_root()
632 double normed_time = root_infos[tp].normed_times[algo]; in table_root_info()
Droot_elliptic_finding.cpp141 std::vector<double> normed_times; member
576 …root_infos[type_no].normed_times.push_back(static_cast<double>(root_infos[type_no].times[i]) / roo… in test_root()
644 double normed_time = root_infos[tp].normed_times[algo]; in table_root_info()