The R Project SVN R-packages

Rev

Rev 1476 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#ifndef MATRIX_TRS_H
#define MATRIX_TRS_H

#include "Mutils.h"
#include "triplet_to_col.h"

SEXP dsTMatrix_validate(SEXP x);
SEXP dsTMatrix_as_dsyMatrix(SEXP x);
SEXP dsTMatrix_as_dsCMatrix(SEXP x);

#endif