summaryrefslogtreecommitdiff
path: root/boost/math/special_functions/chebyshev_transform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/special_functions/chebyshev_transform.hpp')
-rw-r--r--boost/math/special_functions/chebyshev_transform.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/boost/math/special_functions/chebyshev_transform.hpp b/boost/math/special_functions/chebyshev_transform.hpp
index d4ce106d72..e50c40bd92 100644
--- a/boost/math/special_functions/chebyshev_transform.hpp
+++ b/boost/math/special_functions/chebyshev_transform.hpp
@@ -227,16 +227,6 @@ public:
return dzdx*(z*d1 - d2 + b1);
}
- void print_coefficients() const
- {
- std::cout << "{";
- for(auto const & coeff : m_coeffs) {
- std::cout << coeff << ", ";
- }
- std::cout << "}\n";
- }
-
-
private:
std::vector<Real> m_coeffs;
Real m_a;