Main Page | Directories | File List | Globals

dtCMatrix.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 "dgCMatrix.h"
00006 
00007 SEXP tsc_validate(SEXP x);
00008 SEXP tsc_transpose(SEXP x);
00009 SEXP tsc_to_dgTMatrix(SEXP x);
00010 SEXP Parent_inverse(SEXP par, SEXP unitdiag);
00011 int parent_inv_ap(int n, int countDiag, const int pr[], int ap[]);
00012 void parent_inv_ai(int n, int countDiag, const int pr[], int ai[]);
00013 
00014 #endif

Generated on Tue Mar 1 16:58:10 2005 for Matrix by  doxygen 1.4.1