[Numpy-svn] r3630 - trunk/numpy/doc/swig

numpy-svn at scipy.org numpy-svn at scipy.org
Sat Mar 31 22:35:43 EDT 2007


Author: wfspotz at sandia.gov
Date: 2007-03-31 21:35:36 -0500 (Sat, 31 Mar 2007)
New Revision: 3630

Modified:
   trunk/numpy/doc/swig/series.cxx
   trunk/numpy/doc/swig/series.h
Log:
Added documentation to series.h and series.cxx

Modified: trunk/numpy/doc/swig/series.cxx
===================================================================
--- trunk/numpy/doc/swig/series.cxx	2007-04-01 02:31:40 UTC (rev 3629)
+++ trunk/numpy/doc/swig/series.cxx	2007-04-01 02:35:36 UTC (rev 3630)
@@ -12,6 +12,8 @@
 //     void SNAMEOnes(    TYPE * array,  int size);
 //     void SNAMEZeros(   int size, TYPE * array);
 //     void SNAMEEOSplit( TYPE vector[3], TYPE even[3], odd[3]);
+//     void SNAMETwos(    TYPE * twoVec, int size);
+//     void SNAMEThrees(  int size, TYPE * threeVec);
 //     TYPE SNAMEDet(     TYPE matrix[2][2]);
 //     TYPE SNAMEMax(     TYPE * matrix, int rows, int cols);
 //     TYPE SNAMEMin(     int rows, int cols, TYPE * matrix);
@@ -33,6 +35,8 @@
 //  * 1D in-place arrays
 //  * 1D in-place arrays, data last
 //  * 1D argout arrays, hard-coded length
+//  * 1D argout arrays
+//  * 1D argout arrays, data last
 //  * 2D input arrays, hard-coded length
 //  * 2D input arrays
 //  * 2D input arrays, data last

Modified: trunk/numpy/doc/swig/series.h
===================================================================
--- trunk/numpy/doc/swig/series.h	2007-04-01 02:31:40 UTC (rev 3629)
+++ trunk/numpy/doc/swig/series.h	2007-04-01 02:35:36 UTC (rev 3630)
@@ -11,6 +11,8 @@
 //     void SNAMEOnes(    TYPE * array,  int size);
 //     void SNAMEZeros(   int size, TYPE * array);
 //     void SNAMEEOSplit( TYPE vector[3], TYPE even[3], TYPE odd[3]);
+//     void SNAMETwos(    TYPE * twoVec, int size);
+//     void SNAMEThrees(  int size, TYPE * threeVec);
 //     TYPE SNAMEDet(     TYPE matrix[2][2]);
 //     TYPE SNAMEMax(     TYPE * matrix, int rows, int cols);
 //     TYPE SNAMEMin(     int rows, int cols, TYPE * matrix);




More information about the Numpy-svn mailing list