The R Project SVN R-packages

Rev

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

Rev 3786 Rev 3943
Line 1... Line 1...
1
#ifndef MATRIX_LGCMATRIX_H
1
#ifndef MATRIX_LGCMATRIX_H
2
#define MATRIX_LGCMATRIX_H
2
#define MATRIX_LGCMATRIX_H
3
 
3
 
4
#include "Mutils.h"
4
#include "Mutils.h"
5
 
5
 
6
SEXP lgCMatrix_validate(SEXP x);
-
 
7
 
-
 
8
SEXP lcsc_to_matrix(SEXP x);
6
SEXP lcsc_to_matrix(SEXP x);
9
SEXP ncsc_to_matrix(SEXP x);
7
SEXP ncsc_to_matrix(SEXP x);
10
 
8
 
11
#endif
9
#endif