The R Project SVN R-packages

Rev

Rev 3488 | Rev 4055 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#ifndef MATRIX_TRT_H
#define MATRIX_TRT_H

#include "Mutils.h"
#include "chm_common.h"

SEXP dtTMatrix_validate(SEXP x);
SEXP dtTMatrix_as_dtrMatrix(SEXP x);
SEXP dtTMatrix_as_dgCMatrix(SEXP x);

#endif