https://github.com/cran/Matrix
Raw File
Tip revision: bde6929fe264902f3e7a8f6d491cc4286758f8b8 authored by Doug and Martin on 18 May 2010, 00:00:00 UTC
version 0.999375-39
Tip revision: bde6929
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