The R Project SVN R

Rev

Rev 19500 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19500 Rev 19787
Line 16... Line 16...
16
 *  You should have received a copy of the GNU General Public License
16
 *  You should have received a copy of the GNU General Public License
17
 *  along with this program; if not, write to the Free Software
17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
 */
19
 */
20
 
20
 
-
 
21
/* NOTE: This is no longer the code used by rowsum(), which can be
-
 
22
   found as Rrowsum_matrix and Rrowsum_df in src/main/unique.c.  This
-
 
23
   old code is preserved in case it is needed by C/Fortran programs */
-
 
24
 
21
/*
25
/*
22
**  SCCS @(#)rowsum.c	4.2 06/30/93
26
**  SCCS @(#)rowsum.c	4.2 06/30/93
23
**
27
**
24
** Add up data along rows
28
** Add up data along rows
25
**
29
**