The R Project SVN R-packages

Rev

Rev 4970 | 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_as_dtrMatrix(SEXP x);
SEXP tTMatrix_validate(SEXP x);
SEXP xTMatrix_validate(SEXP x);

#endif