https://github.com/cran/Matrix
Raw File
Tip revision: 35ee7098d15fbf416c7381d88a7d4568ca64f1d9 authored by Doug and Martin on 30 January 2009, 00:00:00 UTC
version 0.999375-20
Tip revision: 35ee709
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