SCM Repository
Diff of /pkg/src/Csparse.c
Parent Directory
|
Revision Log
|
Patch
revision 1568, Sat Sep 16 15:17:27 2006 UTC | revision 1575, Mon Sep 18 14:47:40 2006 UTC | |
---|---|---|
# | Line 4 | Line 4 |
4 | ||
5 | SEXP Csparse_validate(SEXP x) | SEXP Csparse_validate(SEXP x) |
6 | { | { |
7 | /* NB: we do *NOT* check a potential 'x' slot here, at all */ | |
8 | cholmod_sparse *chx = as_cholmod_sparse(x); | cholmod_sparse *chx = as_cholmod_sparse(x); |
9 | SEXP pslot = GET_SLOT(x, Matrix_pSym), | SEXP pslot = GET_SLOT(x, Matrix_pSym), |
10 | islot = GET_SLOT(x, Matrix_iSym); | islot = GET_SLOT(x, Matrix_iSym); |
|
R-Forge@R-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |