The R Project SVN R-packages

Rev

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

Rev 4979 Rev 4994
Line -... Line 1...
-
 
1
 
1
#ifndef MATRIX_CSPARSE_H
2
#ifndef MATRIX_CSPARSE_H
2
#define MATRIX_CSPARSE_H
3
#define MATRIX_CSPARSE_H
3
 
4
 
4
#include "Mutils.h"
5
#include "Mutils.h"
5
 
6
 
Line 25... Line 26...
25
SEXP Csparse_validate(SEXP x);
26
SEXP Csparse_validate(SEXP x);
26
SEXP Csparse_vertcat(SEXP x, SEXP y);
27
SEXP Csparse_vertcat(SEXP x, SEXP y);
27
 
28
 
28
SEXP Rsparse_validate(SEXP x);
29
SEXP Rsparse_validate(SEXP x);
29
 
30
 
-
 
31
SEXP diag_tC_ptr(int n, int *x_p, double *x_x, int *perm, SEXP resultKind);
-
 
32
SEXP diag_tC(SEXP pslot, SEXP xslot, SEXP perm_slot, SEXP resultKind);
-
 
33
 
30
#endif
34
#endif