https://github.com/cran/Matrix
Raw File
Tip revision: eb1f7fce82afee7a58cbc169eba0d67fbe3540ad authored by Doug and Martin on 12 January 2008, 00:00:00 UTC
version 0.999375-4
Tip revision: eb1f7fc
lgCMatrix.h
#ifndef MATRIX_LGCMATRIX_H
#define MATRIX_LGCMATRIX_H

#include "Mutils.h"

SEXP lcsc_to_matrix(SEXP x);
SEXP ncsc_to_matrix(SEXP x);

#endif
back to top