SCM Repository
[matrix] / pkg / Matrix / src / lgCMatrix.h |
View of /pkg/Matrix/src/lgCMatrix.h
Parent Directory
|
Revision Log
Revision 718 -
(download)
(as text)
(annotate)
Mon May 9 01:24:35 2005 UTC (13 years, 9 months ago) by bates
Original Path: pkg/src/lgCMatrix.h
File size: 418 byte(s)
Mon May 9 01:24:35 2005 UTC (13 years, 9 months ago) by bates
Original Path: pkg/src/lgCMatrix.h
File size: 418 byte(s)
Getting ready for a release
#ifndef MATRIX_LGCMATRIX_H #define MATRIX_LCGMATRIX_H #include <Rdefines.h> #include "Mutils.h" #include "triplet_to_col.h" SEXP lgCMatrix_validate(SEXP x); SEXP Matrix_lgClgCmm(int tra, int trb, int m, int n, int k, const int ai[], const int ap[], const int bi[], const int bp[], int beta, SEXP CIP, int cp[]); SEXP lgCMatrix_lgCMatrix_mm(SEXP a, SEXP b); SEXP lgCMatrix_trans(SEXP x); #endif
R-Forge@R-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |