2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 18:32:24 +00:00

Correct the documentation with regard to the default backend for the

numeric::array class.


[SVN r23325]
This commit is contained in:
Jonathan Brandmeyer
2004-07-03 17:17:56 +00:00
parent c246e918f4
commit 4e3c2f237c

View File

@@ -83,9 +83,9 @@
interface applies to <code>array</code> instances as well.</p>
<p><a name="default_search"></a>The default behavior is to use
<code>Numeric.ArrayType</code> as the associated Python type if the
<code>Numeric</code> module is installed in the default location.
Otherwise it falls back to use <code>numarray.NDArray</code>. If neither
<code>numarray.NDArray</code> as the associated Python type if the
<code>numarray</code> module is installed in the default location.
Otherwise it falls back to use <code>Numeric.ArrayType</code>. If neither
extension module is installed, conversions to arguments of type
<code>numeric::array</code> will cause overload resolution to reject the
overload, and other attempted uses of <code>numeric::array</code> will <a