Main Page | Directories | File List | Globals

dgTMatrix.h

Go to the documentation of this file.
00001 #ifndef MATRIX_TRIPLET_H
00002 #define MATRIX_TRIPLET_H
00003 
00004 #include "Mutils.h"
00005 #include "triplet_to_col.h"
00006 
00007 SEXP dgTMatrix_validate(SEXP x);
00008 SEXP dgTMatrix_to_dgCMatrix(SEXP x);
00009 SEXP dgTMatrix_to_dgeMatrix(SEXP x);
00010 SEXP dgTMatrix_to_matrix(SEXP x);
00011 
00012 #endif

Generated on Fri Feb 18 08:49:34 2005 for Matrix by  doxygen 1.4.1