diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-05-26 13:23:19 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-05-26 13:23:19 -0600 |
commit | 0794d8f072ae8fc74550a661d646dc122fd47576 (patch) | |
tree | 123aeb1d7c6d61a6cc7934a5fb24540a077b4fea /doc/source/reference/swig.testing.rst | |
parent | d1acfd9c232046579029861e5207eb80a1b1f747 (diff) | |
parent | a49ad1523c87766134aa98e04772d988040516fb (diff) | |
download | numpy-0794d8f072ae8fc74550a661d646dc122fd47576.tar.gz |
Merge pull request #5914 from sirtom67/master
New typemap for in-place arrays of arbitrary number of dimensions:
Diffstat (limited to 'doc/source/reference/swig.testing.rst')
-rw-r--r-- | doc/source/reference/swig.testing.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/swig.testing.rst b/doc/source/reference/swig.testing.rst index c0daaec66..13642a52e 100644 --- a/doc/source/reference/swig.testing.rst +++ b/doc/source/reference/swig.testing.rst @@ -57,6 +57,7 @@ Two-dimensional arrays are tested in exactly the same manner. The above description applies, but with ``Matrix`` substituted for ``Vector``. For three-dimensional tests, substitute ``Tensor`` for ``Vector``. For four-dimensional tests, substitute ``SuperTensor`` +for ``Vector``. For flat in-place array tests, substitute ``Flat`` for ``Vector``. For the descriptions that follow, we will reference the ``Vector`` tests, but the same information applies to ``Matrix``, |