Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Chapter 12. Internals (Series, Rationals and Continued Fractions, Root Finding, Function Minimization, Testing and Development Tools)

Table of Contents

Overview
Utilities & internals
Series Evaluation
Continued Fraction Evaluation
Polynomial and Rational Function Evaluation
Root Finding With Derivatives: Newton-Raphson, Halley & Schroeder
Root Finding Without Derivatives: Bisection, Bracket and TOMS748
Locating Function Minima: Brent's algorithm
Tuples
Testing and Development
Polynomials
Minimax Approximations and the Remez Algorithm
Relative Error and Testing
Graphing, Profiling, and Generating Test Data for Special Functions

PrevUpHomeNext