The R Project SVN R-packages

Rev

Rev 1864 | Rev 2197 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1864 Rev 1876
Line 293... Line 293...
293
    int i;
293
    int i;
294
    for (i = 0; i < n; i++) dest[i] = src1[i] + src2[i];
294
    for (i = 0; i < n; i++) dest[i] = src1[i] + src2[i];
295
    return dest;
295
    return dest;
296
}
296
}
297
 
297
 
-
 
298
SEXP alloc_real_classed_matrix(char *class, int nrow, int ncol);
-
 
299
 
298
#ifdef __cplusplus
300
#ifdef __cplusplus
299
}
301
}
300
#endif
302
#endif
301
 
303
 
302
#endif /* MATRIX_MUTILS_H_ */
304
#endif /* MATRIX_MUTILS_H_ */