Skip to content

Commit 91e52b2

Browse files
committed
Merge branch 'develop'
2 parents 0c6eddb + 9c54bbd commit 91e52b2

File tree

1,365 files changed

+12878
-11994
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,365 files changed

+12878
-11994
lines changed

docs/doxygen/html/_bisection_8hpp.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<meta name="generator" content="Doxygen 1.9.1"/>
6+
<meta name="generator" content="Doxygen 1.9.2"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<title>NumCpp: Bisection.hpp File Reference</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -28,7 +28,7 @@
2828
<td id="projectlogo"><img alt="Logo" src="NumCppLogoDoxygen.png"/></td>
2929
<td id="projectalign" style="padding-left: 0.5em;">
3030
<div id="projectname">NumCpp
31-
&#160;<span id="projectnumber">2.5.1</span>
31+
&#160;<span id="projectnumber">2.6.0</span>
3232
</div>
3333
<div id="projectbrief">A Templatized Header Only C++ Implementation of the Python NumPy Library</div>
3434
</td>
@@ -37,7 +37,7 @@
3737
</table>
3838
</div>
3939
<!-- end header part -->
40-
<!-- Generated by Doxygen 1.9.1 -->
40+
<!-- Generated by Doxygen 1.9.2 -->
4141
<script type="text/javascript">
4242
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
4343
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
@@ -107,26 +107,26 @@
107107
</table><table class="memberdecls">
108108
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
109109
Namespaces</h2></td></tr>
110-
<tr class="memitem:namespacenc"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacenc.html">nc</a></td></tr>
110+
<tr class="memitem:namespacenc"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacenc.html">nc</a></td></tr>
111111
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
112-
<tr class="memitem:namespacenc_1_1roots"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacenc_1_1roots.html">nc::roots</a></td></tr>
112+
<tr class="memitem:namespacenc_1_1roots"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacenc_1_1roots.html">nc::roots</a></td></tr>
113113
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
114114
</table>
115115
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
116116
<div class="textblock"><dl class="section author"><dt>Author</dt><dd>David Pilger <a href="#" onclick="location.href='mai'+'lto:'+'dpi'+'lg'+'er2'+'6@'+'gma'+'il'+'.co'+'m'; return false;">dpilg<span style="display: none;">.nosp@m.</span>er26<span style="display: none;">.nosp@m.</span>@gmai<span style="display: none;">.nosp@m.</span>l.co<span style="display: none;">.nosp@m.</span>m</a> <a href="https://github.com/dpilger26/NumCpp">GitHub Repository</a></dd></dl>
117117
<p>License Copyright 2019 Benjamin Mahr Copyright 2018-2021 David Pilger</p>
118-
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions :</p>
119-
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
120-
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
121-
<p>Description Finds the roots of the polynomial</p>
122-
<p>Code modified under MIT license from <a href="https://github.com/Ben1980/rootApproximation">https://github.com/Ben1980/rootApproximation</a> as posted in <a href="https://thoughts-on-coding.com/2019/06/06/numerical-methods-with-cpp-part-3-root-approximation-algorithms/">https://thoughts-on-coding.com/2019/06/06/numerical-methods-with-cpp-part-3-root-approximation-algorithms/</a> </p>
118+
<p class="">Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions :</p>
119+
<p class="">The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
120+
<p class="">THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
121+
<p class="">Description Finds the roots of the polynomial</p>
122+
<p class="">Code modified under MIT license from <a href="https://github.com/Ben1980/rootApproximation">https://github.com/Ben1980/rootApproximation</a> as posted in <a href="https://thoughts-on-coding.com/2019/06/06/numerical-methods-with-cpp-part-3-root-approximation-algorithms/">https://thoughts-on-coding.com/2019/06/06/numerical-methods-with-cpp-part-3-root-approximation-algorithms/</a> </p>
123123
</div></div><!-- contents -->
124124
</div><!-- doc-content -->
125125
<!-- start footer part -->
126126
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
127127
<ul>
128128
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_34171bd951b13a53aa9f237277a18e40.html">NumCpp</a></li><li class="navelem"><a class="el" href="dir_22368e90b3593b912515c50bf54c969c.html">Roots</a></li><li class="navelem"><a class="el" href="_bisection_8hpp.html">Bisection.hpp</a></li>
129-
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
129+
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.2 </li>
130130
</ul>
131131
</div>
132132
</body>

docs/doxygen/html/_bisection_8hpp_source.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<meta name="generator" content="Doxygen 1.9.1"/>
6+
<meta name="generator" content="Doxygen 1.9.2"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<title>NumCpp: Bisection.hpp Source File</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -28,7 +28,7 @@
2828
<td id="projectlogo"><img alt="Logo" src="NumCppLogoDoxygen.png"/></td>
2929
<td id="projectalign" style="padding-left: 0.5em;">
3030
<div id="projectname">NumCpp
31-
&#160;<span id="projectnumber">2.5.1</span>
31+
&#160;<span id="projectnumber">2.6.0</span>
3232
</div>
3333
<div id="projectbrief">A Templatized Header Only C++ Implementation of the Python NumPy Library</div>
3434
</td>
@@ -37,7 +37,7 @@
3737
</table>
3838
</div>
3939
<!-- end header part -->
40-
<!-- Generated by Doxygen 1.9.1 -->
40+
<!-- Generated by Doxygen 1.9.2 -->
4141
<script type="text/javascript">
4242
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
4343
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
@@ -89,7 +89,8 @@
8989
<div class="title">Bisection.hpp</div> </div>
9090
</div><!--header-->
9191
<div class="contents">
92-
<a href="_bisection_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#pragma once</span></div>
92+
<a href="_bisection_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160; </div>
93+
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#pragma once</span></div>
9394
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
9495
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_types_8hpp.html">NumCpp/Core/Types.hpp</a>&quot;</span></div>
9596
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_iteration_8hpp.html">NumCpp/Roots/Iteration.hpp</a>&quot;</span></div>
@@ -204,7 +205,7 @@
204205
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
205206
<ul>
206207
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_34171bd951b13a53aa9f237277a18e40.html">NumCpp</a></li><li class="navelem"><a class="el" href="dir_22368e90b3593b912515c50bf54c969c.html">Roots</a></li><li class="navelem"><a class="el" href="_bisection_8hpp.html">Bisection.hpp</a></li>
207-
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
208+
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.2 </li>
208209
</ul>
209210
</div>
210211
</body>

docs/doxygen/html/_boost_interface_8hpp.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<meta name="generator" content="Doxygen 1.9.1"/>
6+
<meta name="generator" content="Doxygen 1.9.2"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<title>NumCpp: BoostInterface.hpp File Reference</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -28,7 +28,7 @@
2828
<td id="projectlogo"><img alt="Logo" src="NumCppLogoDoxygen.png"/></td>
2929
<td id="projectalign" style="padding-left: 0.5em;">
3030
<div id="projectname">NumCpp
31-
&#160;<span id="projectnumber">2.5.1</span>
31+
&#160;<span id="projectnumber">2.6.0</span>
3232
</div>
3333
<div id="projectbrief">A Templatized Header Only C++ Implementation of the Python NumPy Library</div>
3434
</td>
@@ -37,7 +37,7 @@
3737
</table>
3838
</div>
3939
<!-- end header part -->
40-
<!-- Generated by Doxygen 1.9.1 -->
40+
<!-- Generated by Doxygen 1.9.2 -->
4141
<script type="text/javascript">
4242
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
4343
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
@@ -94,17 +94,17 @@
9494
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
9595
<div class="textblock"><dl class="section author"><dt>Author</dt><dd>David Pilger <a href="#" onclick="location.href='mai'+'lto:'+'dpi'+'lg'+'er2'+'6@'+'gma'+'il'+'.co'+'m'; return false;">dpilg<span style="display: none;">.nosp@m.</span>er26<span style="display: none;">.nosp@m.</span>@gmai<span style="display: none;">.nosp@m.</span>l.co<span style="display: none;">.nosp@m.</span>m</a> <a href="https://github.com/dpilger26/NumCpp">GitHub Repository</a></dd></dl>
9696
<p>License Copyright 2018-2021 David Pilger</p>
97-
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions :</p>
98-
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
99-
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
100-
<p>Description A module for interacting with python with boost interface </p>
97+
<p class="">Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions :</p>
98+
<p class="">The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
99+
<p class="">THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
100+
<p class="">Description A module for interacting with python with boost interface </p>
101101
</div></div><!-- contents -->
102102
</div><!-- doc-content -->
103103
<!-- start footer part -->
104104
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
105105
<ul>
106106
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_34171bd951b13a53aa9f237277a18e40.html">NumCpp</a></li><li class="navelem"><a class="el" href="dir_5de075070a423c280ad6ed943802bf75.html">PythonInterface</a></li><li class="navelem"><a class="el" href="_boost_interface_8hpp.html">BoostInterface.hpp</a></li>
107-
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
107+
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.2 </li>
108108
</ul>
109109
</div>
110110
</body>

docs/doxygen/html/_boost_interface_8hpp_source.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<meta name="generator" content="Doxygen 1.9.1"/>
6+
<meta name="generator" content="Doxygen 1.9.2"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<title>NumCpp: BoostInterface.hpp Source File</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -28,7 +28,7 @@
2828
<td id="projectlogo"><img alt="Logo" src="NumCppLogoDoxygen.png"/></td>
2929
<td id="projectalign" style="padding-left: 0.5em;">
3030
<div id="projectname">NumCpp
31-
&#160;<span id="projectnumber">2.5.1</span>
31+
&#160;<span id="projectnumber">2.6.0</span>
3232
</div>
3333
<div id="projectbrief">A Templatized Header Only C++ Implementation of the Python NumPy Library</div>
3434
</td>
@@ -37,7 +37,7 @@
3737
</table>
3838
</div>
3939
<!-- end header part -->
40-
<!-- Generated by Doxygen 1.9.1 -->
40+
<!-- Generated by Doxygen 1.9.2 -->
4141
<script type="text/javascript">
4242
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
4343
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
@@ -89,7 +89,8 @@
8989
<div class="title">BoostInterface.hpp</div> </div>
9090
</div><!--header-->
9191
<div class="contents">
92-
<a href="_boost_interface_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#pragma once</span></div>
92+
<a href="_boost_interface_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160; </div>
93+
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#pragma once</span></div>
9394
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; </div>
9495
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#if defined(NUMCPP_INCLUDE_BOOST_PYTHON_INTERFACE) &amp;&amp; !defined(NUMCPP_NO_USE_BOOST)</span></div>
9596
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; </div>
@@ -215,7 +216,7 @@
215216
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
216217
<ul>
217218
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_34171bd951b13a53aa9f237277a18e40.html">NumCpp</a></li><li class="navelem"><a class="el" href="dir_5de075070a423c280ad6ed943802bf75.html">PythonInterface</a></li><li class="navelem"><a class="el" href="_boost_interface_8hpp.html">BoostInterface.hpp</a></li>
218-
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
219+
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.2 </li>
219220
</ul>
220221
</div>
221222
</body>

0 commit comments

Comments
 (0)