Main Page | File List | Globals

tscMatrix.h

Go to the documentation of this file.
00001 #ifndef MATRIX_TSC_H
00002 #define MATRIX_TSC_H
00003 
00004 #include "Mutils.h"
00005 #include "cscMatrix.h"
00006 
00007 SEXP tsc_validate(SEXP x);
00008 SEXP tsc_transpose(SEXP x);
00009 SEXP tsc_to_triplet(SEXP x);
00010 
00011 #endif

Generated on Mon May 31 14:04:36 2004 for Matrix by doxygen 1.3.6-20040222