mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
Deploy to GitHub Pages: 264f6ae4b9
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: October 18, 2016 at 22:33:38 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: October 19, 2016 at 01:29:10 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -7,7 +7,6 @@ Welcome to the documentation of the Boost.Python NumPy extension!
|
||||
=================================================================
|
||||
|
||||
.. toctree::
|
||||
:name: mastertoc
|
||||
:maxdepth: 2
|
||||
|
||||
Tutorial <tutorial/index>
|
||||
|
||||
@@ -2,7 +2,6 @@ Boost.Python NumPy extension Reference
|
||||
======================================
|
||||
|
||||
.. toctree::
|
||||
:name: reftoc
|
||||
:maxdepth: 2
|
||||
|
||||
dtype
|
||||
|
||||
@@ -2,7 +2,6 @@ Boost.Python NumPy extension Tutorial
|
||||
=====================================
|
||||
|
||||
.. toctree::
|
||||
:name: tuttoc
|
||||
:maxdepth: 2
|
||||
|
||||
simple
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="genindex.html" />
|
||||
<link rel="search" title="Search" href="search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="#" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="#" />
|
||||
<link rel="next" title="Boost.Python NumPy extension Tutorial" href="tutorial/index.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,17 +58,39 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="next" title="Boost.Python NumPy extension Tutorial" href="tutorial/index.html"><img src="_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section" id="welcome-to-the-documentation-of-the-boost-python-numpy-extension">
|
||||
<h1>Welcome to the documentation of the Boost.Python NumPy extension!</h1>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="tutorial/index.html">Tutorial</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="tutorial/simple.html">A simple tutorial on Arrays</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="tutorial/dtype.html">How to use dtypes</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="tutorial/ndarray.html">Creating ndarrays</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="tutorial/ufunc.html">Ufuncs</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="tutorial/fromdata.html">How to access data using raw pointers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="reference/index.html">Reference</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="reference/dtype.html">dtype</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="reference/ndarray.html">ndarray</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="reference/unary_ufunc.html">unary_ufunc</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="reference/binary_ufunc.html">binary_ufunc</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="reference/multi_iter.html">multi_iter</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="next" title="Boost.Python NumPy extension Tutorial" href="tutorial/index.html"><img src="_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,10 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Boost.Python NumPy extension Reference" href="index.html" />
|
||||
<link rel="next" title="multi_iter" href="multi_iter.html" />
|
||||
<link rel="prev" title="unary_ufunc" href="unary_ufunc.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,6 +60,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="unary_ufunc" href="unary_ufunc.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="multi_iter" href="multi_iter.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -195,6 +201,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="unary_ufunc" href="unary_ufunc.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="multi_iter" href="multi_iter.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,10 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Boost.Python NumPy extension Reference" href="index.html" />
|
||||
<link rel="next" title="ndarray" href="ndarray.html" />
|
||||
<link rel="prev" title="Boost.Python NumPy extension Reference" href="index.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,6 +60,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="ndarray" href="ndarray.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -179,6 +185,9 @@ to object / builtin C++ data type</p>
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="ndarray" href="ndarray.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,9 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="next" title="dtype" href="dtype.html" />
|
||||
<link rel="prev" title="How to access data using raw pointers" href="../tutorial/fromdata.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,17 +59,59 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="How to access data using raw pointers" href="../tutorial/fromdata.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="next" title="dtype" href="dtype.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section" id="boost-python-numpy-extension-reference">
|
||||
<h1>Boost.Python NumPy extension Reference</h1>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="dtype.html">dtype</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="dtype.html#synopsis">synopsis</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="dtype.html#constructors">constructors</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="dtype.html#accessors">accessors</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="dtype.html#example-s">Example(s)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="ndarray.html">ndarray</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="ndarray.html#synopsis">synopsis</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="ndarray.html#constructors">constructors</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="ndarray.html#accessors">accessors</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="ndarray.html#example-s">Example(s)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="unary_ufunc.html">unary_ufunc</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="unary_ufunc.html#synopsis">synopsis</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="unary_ufunc.html#constructors">constructors</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="unary_ufunc.html#accessors">accessors</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="unary_ufunc.html#example-s">Example(s)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="binary_ufunc.html">binary_ufunc</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="binary_ufunc.html#synopsis">synopsis</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="binary_ufunc.html#constructors">constructors</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="binary_ufunc.html#accessors">accessors</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="binary_ufunc.html#example-s">Example(s)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="multi_iter.html">multi_iter</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="multi_iter.html#synopsis">synopsis</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="multi_iter.html#constructors">constructors</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="multi_iter.html#accessors">accessors</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="How to access data using raw pointers" href="../tutorial/fromdata.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="next" title="dtype" href="dtype.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,9 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Boost.Python NumPy extension Reference" href="index.html" />
|
||||
<link rel="prev" title="binary_ufunc" href="binary_ufunc.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,6 +59,8 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="binary_ufunc" href="binary_ufunc.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -198,6 +202,8 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="binary_ufunc" href="binary_ufunc.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,10 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Boost.Python NumPy extension Reference" href="index.html" />
|
||||
<link rel="next" title="unary_ufunc" href="unary_ufunc.html" />
|
||||
<link rel="prev" title="dtype" href="dtype.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,6 +60,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="dtype" href="dtype.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="unary_ufunc" href="unary_ufunc.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -612,6 +618,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="dtype" href="dtype.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="unary_ufunc" href="unary_ufunc.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,10 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Boost.Python NumPy extension Reference" href="index.html" />
|
||||
<link rel="next" title="binary_ufunc" href="binary_ufunc.html" />
|
||||
<link rel="prev" title="ndarray" href="ndarray.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,6 +60,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="ndarray" href="ndarray.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="binary_ufunc" href="binary_ufunc.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -186,6 +192,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="ndarray" href="ndarray.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Reference" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="binary_ufunc" href="binary_ufunc.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -22,7 +22,10 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Boost.Python NumPy extension Tutorial" href="index.html" />
|
||||
<link rel="next" title="Creating ndarrays" href="ndarray.html" />
|
||||
<link rel="prev" title="A simple tutorial on Arrays" href="simple.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,6 +60,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="A simple tutorial on Arrays" href="simple.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="Creating ndarrays" href="ndarray.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -116,6 +122,9 @@ Here, we first convert the variable into a string, and then extract it as a C++
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="A simple tutorial on Arrays" href="simple.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="Creating ndarrays" href="ndarray.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,10 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Boost.Python NumPy extension Tutorial" href="index.html" />
|
||||
<link rel="next" title="Boost.Python NumPy extension Reference" href="../reference/index.html" />
|
||||
<link rel="prev" title="Ufuncs" href="ufunc.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,6 +60,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="Ufuncs" href="ufunc.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="Boost.Python NumPy extension Reference" href="../reference/index.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -119,6 +125,9 @@ The from_data method makes this possible.</p>
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="Ufuncs" href="ufunc.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="Boost.Python NumPy extension Reference" href="../reference/index.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,9 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="next" title="A simple tutorial on Arrays" href="simple.html" />
|
||||
<link rel="prev" title="Welcome to the documentation of the Boost.Python NumPy extension!" href="../index.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,17 +59,30 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="Welcome to the documentation of the Boost.Python NumPy extension!" href="../index.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="next" title="A simple tutorial on Arrays" href="simple.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section" id="boost-python-numpy-extension-tutorial">
|
||||
<h1>Boost.Python NumPy extension Tutorial</h1>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="simple.html">A simple tutorial on Arrays</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="dtype.html">How to use dtypes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="ndarray.html">Creating ndarrays</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="ufunc.html">Ufuncs</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="fromdata.html">How to access data using raw pointers</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="Welcome to the documentation of the Boost.Python NumPy extension!" href="../index.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="next" title="A simple tutorial on Arrays" href="simple.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,10 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Boost.Python NumPy extension Tutorial" href="index.html" />
|
||||
<link rel="next" title="Ufuncs" href="ufunc.html" />
|
||||
<link rel="prev" title="How to use dtypes" href="dtype.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,6 +60,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="How to use dtypes" href="dtype.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="Ufuncs" href="ufunc.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -162,6 +168,9 @@ manipulate the “owner” object</p>
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="How to use dtypes" href="dtype.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="Ufuncs" href="ufunc.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,10 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Boost.Python NumPy extension Tutorial" href="index.html" />
|
||||
<link rel="next" title="How to use dtypes" href="dtype.html" />
|
||||
<link rel="prev" title="Boost.Python NumPy extension Tutorial" href="index.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,6 +60,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="How to use dtypes" href="dtype.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -104,6 +110,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="How to use dtypes" href="dtype.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,10 @@
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
|
||||
<link rel="up" title="Boost.Python NumPy extension Tutorial" href="index.html" />
|
||||
<link rel="next" title="How to access data using raw pointers" href="fromdata.html" />
|
||||
<link rel="prev" title="Creating ndarrays" href="ndarray.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
@@ -57,6 +60,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="Creating ndarrays" href="ndarray.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="How to access data using raw pointers" href="fromdata.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -182,6 +188,9 @@
|
||||
<div class="navbar" style="text-align:right;">
|
||||
|
||||
|
||||
<a class="prev" title="Creating ndarrays" href="ndarray.html"><img src="../_static/prev.png" alt="prev"/></a>
|
||||
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
|
||||
<a class="next" title="How to access data using raw pointers" href="fromdata.html"><img src="../_static/next.png" alt="next"/></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: October 18, 2016 at 22:33:45 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: October 19, 2016 at 01:29:17 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: October 18, 2016 at 22:33:56 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: October 19, 2016 at 01:29:28 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user