The R Project SVN R-packages

Rev

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

#ifndef MATRIX_TRIPLET_H
#define MATRIX_TRIPLET_H

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

SEXP dgTMatrix_validate(SEXP x);
SEXP dgTMatrix_to_dgCMatrix(SEXP x);
SEXP dgTMatrix_to_dgeMatrix(SEXP x);
SEXP dgTMatrix_to_matrix(SEXP x);

#endif