Rev 3786 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#ifndef MATRIX_LGCMATRIX_H #define MATRIX_LGCMATRIX_H #include "Mutils.h" SEXP lcsc_to_matrix(SEXP x); SEXP ncsc_to_matrix(SEXP x); #endif
#ifndef MATRIX_LGCMATRIX_H
#define MATRIX_LGCMATRIX_H
#include "Mutils.h"
SEXP lcsc_to_matrix(SEXP x);
SEXP ncsc_to_matrix(SEXP x);
#endif