https://github.com/cran/Matrix
Raw File
Tip revision: 795ca09a8a568e18e0488ab0c8d75a8cbcef6384 authored by Doug and Martin on 06 October 2007, 00:00:00 UTC
version 0.999375-3
Tip revision: 795ca09
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