SCM Repository
[matrix] / pkg / Matrix / src / dtCMatrix.c |
Diff of /pkg/Matrix/src/dtCMatrix.c
Parent Directory
|
Revision Log
|
Patch
revision 1528, Thu Sep 7 03:49:23 2006 UTC | revision 1661, Thu Nov 2 13:10:50 2006 UTC | |
---|---|---|
# | Line 2 | Line 2 |
2 | #include "dtCMatrix.h" | #include "dtCMatrix.h" |
3 | #include "cs_utils.h" | #include "cs_utils.h" |
4 | ||
SEXP dtCMatrix_validate(SEXP x) | ||
{ | ||
return triangularMatrix_validate(x); | ||
/* see ./dsCMatrix.c or ./dtpMatrix.c on how to do more testing here */ | ||
} | ||
5 | /** | /** |
6 | * Derive the column pointer vector for the inverse of L from the parent array | * Derive the column pointer vector for the inverse of L from the parent array |
7 | * | * |
|
R-Forge@R-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |