SCM Repository
Diff of /pkg/Matrix/src/Mutils.h
Parent Directory
|
Revision Log
|
Patch
revision 1162, Fri Jan 13 23:47:38 2006 UTC | revision 1164, Sat Jan 14 23:40:42 2006 UTC | |
---|---|---|
# | Line 18 | Line 18 |
18 | ||
19 | SEXP triangularMatrix_validate(SEXP obj); | SEXP triangularMatrix_validate(SEXP obj); |
20 | SEXP symmetricMatrix_validate(SEXP obj); | SEXP symmetricMatrix_validate(SEXP obj); |
21 | SEXP dense_nonpacked_validate(SEXP obj); | |
22 | ||
23 | /* enum constants from cblas.h and some short forms */ | /* enum constants from cblas.h and some short forms */ |
24 | enum CBLAS_ORDER {CblasRowMajor=101, CblasColMajor=102}; | enum CBLAS_ORDER {CblasRowMajor=101, CblasColMajor=102}; |
|
root@r-forge.r-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |