The R Project SVN R-packages

Rev

Rev 1765 | Rev 3492 | Go to most recent revision | 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);
#ifdef _valid_only_for_old_graph_package
SEXP graphNEL_as_dgTMatrix(SEXP x, SEXP symmetric);
#endif


#endif