The R Project SVN R-packages

Rev

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

#ifndef HBMM_H
#define HBMM_H

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

/* SEXP Matrix_readHarwellBoeing(SEXP filename); */
/* SEXP Matrix_readMatrixMarket(SEXP filename); */
SEXP Matrix_writeHarwellBoeing(SEXP obj, SEXP filename, SEXP type);
SEXP Matrix_writeMatrixMarket(SEXP obj, SEXP filename, SEXP type);

#endif