The R Project SVN R-packages

Rev

Rev 3730 | Blame | Last modification | View Log | Download | RSS feed

#ifndef HBMM_H
#define HBMM_H

#include <Rdefines.h>
#include "Mutils.h"

#if 0
SEXP Matrix_writeHarwellBoeing(SEXP obj, SEXP filename, SEXP type);
#endif

SEXP Matrix_writeMatrixMarket(SEXP obj, SEXP filename, SEXP type);

#endif