The R Project SVN R-packages

Rev

Rev 4353 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#ifndef MATRIX_CHMFACTOR_H
#define MATRIX_CHMFACTOR_H

#include "Mutils.h"
#include "chm_common.h"

SEXP CHMfactor_to_sparse(SEXP x);

#endif