diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-03-13 07:05:41 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-03-13 07:05:41 +0000 |
commit | 3afb449634c2f1aac55e0a0d9d0693d098d66d8c (patch) | |
tree | c451d7d0c33788c6ef02e274f230aacb2c195273 /numpy/doc/ufuncs.txt | |
parent | 64c7a3cb6e30bee5bfbffb65b5e651362ccdaf32 (diff) | |
download | numpy-3afb449634c2f1aac55e0a0d9d0693d098d66d8c.tar.gz |
Adding swig and pyrex examples
Diffstat (limited to 'numpy/doc/ufuncs.txt')
-rw-r--r-- | numpy/doc/ufuncs.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/numpy/doc/ufuncs.txt b/numpy/doc/ufuncs.txt index 2d4fa5048..345aa0a72 100644 --- a/numpy/doc/ufuncs.txt +++ b/numpy/doc/ufuncs.txt @@ -1,6 +1,9 @@ BUFFERED General Ufunc explanation: +Note: This was implemented already, but the notes are kept here for historical + and explanatory purposes. + We need to optimize the section of ufunc code that handles mixed-type and misbehaved arrays. In particular, we need to fix it so that items are not copied into the buffer if they don't have to be. @@ -95,4 +98,4 @@ If there are object arrays involved then loop->obj gets set to 1. Then there ar -
\ No newline at end of file + |