Matrix $Rev: 2718 $ at $LastChangedDate: 2011-10-06 11:45:17 +0200 (Thu, 06 Oct 2011) $
Tsparse.h
Go to the documentation of this file.
00001 #ifndef MATRIX_TSPARSE_H
00002 #define MATRIX_TSPARSE_H
00003 
00004 #include "Mutils.h"
00005 
00006 SEXP Tsparse_validate(SEXP x);
00007 SEXP Tsparse_diagU2N(SEXP x);
00008 SEXP Tsparse_to_Csparse(SEXP x, SEXP tri);
00009 SEXP Tsparse_to_tCsparse(SEXP x, SEXP uplo, SEXP diag);
00010 
00011 #endif