SCM Repository
[matrix] / pkg / src / dtCMatrix.h |
View of /pkg/src/dtCMatrix.h
Parent Directory
|
Revision Log
Revision 1209 -
(download)
(as text)
(annotate)
Wed Jan 25 23:42:57 2006 UTC (15 years, 1 month ago) by bates
File size: 368 byte(s)
Wed Jan 25 23:42:57 2006 UTC (15 years, 1 month ago) by bates
File size: 368 byte(s)
Use coersion for transpose of dtCMatrix class
#ifndef MATRIX_TSC_H #define MATRIX_TSC_H #include "Mutils.h" #include "dgCMatrix.h" SEXP tsc_validate(SEXP x); /* SEXP tsc_transpose(SEXP x); */ SEXP tsc_to_dgTMatrix(SEXP x); SEXP Parent_inverse(SEXP par, SEXP unitdiag); int parent_inv_ap(int n, int countDiag, const int pr[], int ap[]); void parent_inv_ai(int n, int countDiag, const int pr[], int ai[]); #endif
root@r-forge.r-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |