diff options
author | Gert-Ludwig Ingold <gert.ingold@physik.uni-augsburg.de> | 2015-03-03 08:11:27 +0100 |
---|---|---|
committer | Gert-Ludwig Ingold <gert.ingold@physik.uni-augsburg.de> | 2015-03-07 16:55:24 +0100 |
commit | 1b9813cf7a3702da3e8fa52d813805c55ad7afac (patch) | |
tree | 5846459d3cde643dce0d1e77e56c630eb4e354bb /doc | |
parent | 03506a9e72d85d596021e11e9b39c5a0fd1f2eba (diff) | |
download | numpy-1b9813cf7a3702da3e8fa52d813805c55ad7afac.tar.gz |
DOC: Give version when various linalg functions accepted stacked arrays.
Version information added in the Notes section of the functions
accepting stacked arrays and in the discussion of this feature
in the linalg overview.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.linalg.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/routines.linalg.rst b/doc/source/reference/routines.linalg.rst index 52f42a66c..94533aaa9 100644 --- a/doc/source/reference/routines.linalg.rst +++ b/doc/source/reference/routines.linalg.rst @@ -72,6 +72,8 @@ Exceptions Linear algebra on several matrices at once ------------------------------------------ +.. versionadded:: 1.8.0 + Several of the linear algebra routines listed above are able to compute results for several matrices at once, if they are stacked into the same array. |