From 1d4d7d2c6c648d5097f1db0d795c7b19d6a5d232 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Mon, 17 Aug 2020 04:33:50 +0000 Subject: [PATCH] Documentation for 91ce393c4560302d2d38fba380e3edb185659a3b --- d2/d3b/namespaceqr__algorithm.html | 9 +-- ...40edf2b6b5942c0e5f2c9d3e326797f_cgraph.map | 9 +-- ...40edf2b6b5942c0e5f2c9d3e326797f_cgraph.md5 | 2 +- ...40edf2b6b5942c0e5f2c9d3e326797f_cgraph.svg | 57 ++++++++++------ ...c63c78d6839b8ad73b77c161210b514_cgraph.map | 11 ++-- ...c63c78d6839b8ad73b77c161210b514_cgraph.md5 | 2 +- ...c63c78d6839b8ad73b77c161210b514_cgraph.svg | 65 ++++++++++++------- d3/d40/graph__coloring_8cpp.html | 1 + d4/d68/qr__decompose_8h_source.html | 5 +- d4/d86/large__number_8h_source.html | 1 - ...lassgeometry_1_1jarvis_1_1_convexhull.html | 2 +- globals_func_i.html | 6 +- globals_func_s.html | 6 +- globals_i.html | 6 +- globals_p.html | 6 +- globals_s.html | 6 +- namespacemembers.html | 6 +- namespacemembers_func.html | 6 +- search/all_10.js | 2 +- search/all_13.js | 2 +- search/all_9.js | 4 +- search/all_d.js | 2 +- search/functions_13.js | 2 +- search/functions_9.js | 4 +- 24 files changed, 128 insertions(+), 94 deletions(-) diff --git a/d2/d3b/namespaceqr__algorithm.html b/d2/d3b/namespaceqr__algorithm.html index 186b7a241..53c063c4c 100644 --- a/d2/d3b/namespaceqr__algorithm.html +++ b/d2/d3b/namespaceqr__algorithm.html @@ -285,7 +285,7 @@ template<typename T >
35  const int width = 12;
36  const char separator = ' ';
37 
-
38  out.precision(4);
+
38  out.precision(4);
39  for (size_t row = 0; row < v.size(); row++) {
40  for (size_t col = 0; col < v[row].size(); col++)
41  out << std::right << std::setw(width) << std::setfill(separator)
@@ -298,7 +298,7 @@ template<typename T >
Here is the call graph for this function:
-
+
@@ -336,7 +336,7 @@ template<typename T >
54  const int width = 10;
55  const char separator = ' ';
56 
-
57  out.precision(4);
+
57  out.precision(4);
58  for (size_t row = 0; row < v.size(); row++) {
59  out << std::right << std::setw(width) << std::setfill(separator)
60  << v[row];
@@ -347,7 +347,7 @@ template<typename T >
Here is the call graph for this function:
-
+
@@ -625,6 +625,7 @@ Here is the call graph for this function:
std::size_t
std::setw
T setw(T... args)
std::numeric_limits
+
std::ostream::precision
T precision(T... args)