[DEV] add v1.76.0

This commit is contained in:
2021-10-05 21:37:46 +02:00
parent a97e9ae7d4
commit d0115b733d
45133 changed files with 4744437 additions and 1026325 deletions

View File

@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Chapter&#160;10.&#160;Interpolation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Chapter 12. Interpolation</title>
<link rel="stylesheet" href="math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Math Toolkit 2.6.0">
<link rel="up" href="index.html" title="Math Toolkit 2.6.0">
<link rel="home" href="index.html" title="Math Toolkit 3.0.0">
<link rel="up" href="index.html" title="Math Toolkit 3.0.0">
<link rel="prev" href="math_toolkit/rational.html" title="Polynomial and Rational Function Evaluation">
<link rel="next" href="math_toolkit/cubic_b.html" title="Cubic B-spline interpolation">
<link rel="next" href="math_toolkit/cardinal_cubic_b.html" title="Cardinal Cubic B-spline interpolation">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,26 +20,41 @@
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="math_toolkit/rational.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="math_toolkit/cubic_b.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
<a accesskey="p" href="math_toolkit/rational.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="math_toolkit/cardinal_cubic_b.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="chapter">
<div class="titlepage"><div><div><h1 class="title">
<a name="interpolation"></a>Chapter&#160;10.&#160;Interpolation</h1></div></div></div>
<a name="interpolation"></a>Chapter 12. Interpolation</h1></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
<dt><span class="section"><a href="math_toolkit/cubic_b.html">Cubic B-spline interpolation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/cardinal_cubic_b.html">Cardinal Cubic B-spline
interpolation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/cardinal_quadratic_b.html">Cardinal Quadratic B-spline
interpolation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/cardinal_quintic_b.html">Cardinal Quintic B-spline
interpolation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/whittaker_shannon.html">Whittaker-Shannon interpolation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/barycentric.html">Barycentric Rational Interpolation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/vector_barycentric.html">Vector-valued Barycentric
Rational Interpolation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/catmull_rom.html">Catmull-Rom Splines</a></span></dt>
<dt><span class="section"><a href="math_toolkit/cardinal_trigonometric.html">Cardinal Trigonometric
interpolation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/cubic_hermite.html">Cubic Hermite interpolation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/makima.html">Modified Akima interpolation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/pchip.html">PCHIP interpolation</a></span></dt>
<dt><span class="section"><a href="math_toolkit/quintic_hermite.html">Quintic Hermite interpolation</a></span></dt>
</dl>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2006-2010, 2012-2014, 2017 Nikhar
Agrawal, Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos,
Hubert Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Johan R&#229;de, Gautam
Sewani, Benjamin Sobotta, Nicholas Thompson, Thijs van den Berg, Daryle Walker
and Xiaogang Zhang<p>
<td align="right"><div class="copyright-footer">Copyright © 2006-2021 Nikhar Agrawal, Anton Bikineev, Matthew Borland,
Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert Holin, Bruno
Lalande, John Maddock, Evan Miller, Jeremy Murphy, Matthew Pulver, Johan Råde,
Gautam Sewani, Benjamin Sobotta, Nicholas Thompson, Thijs van den Berg, Daryle
Walker and Xiaogang Zhang<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -47,7 +62,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="math_toolkit/rational.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="math_toolkit/cubic_b.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
<a accesskey="p" href="math_toolkit/rational.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="math_toolkit/cardinal_cubic_b.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>