Revision f584db857045d794fb5a587b18f1ca3ed40b8679 authored by Douglas Bates on 15 January 2006, 00:00:00 UTC, committed by Gabor Csardi on 15 January 2006, 00:00:00 UTC
1 parent a2d2fd0
Raw File
dsTMatrix.h
#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);
SEXP dsTMatrix_as_dgTMatrix(SEXP x);

#endif
back to top