SCM Repository
Annotation of /pkg/Done
Parent Directory
|
Revision Log
Revision 529 - (view) (download)
1 : | maechler | 511 | - check to see if the .onLoad function to require the methods package |
2 : | (in the AllClass.R file) is needed | ||
3 : | -- no, it is not: "Depends: " in DESCRIPTION suffices. | ||
4 : | bates | 529 | |
5 : | - Should the uplo and diag slots continue to be stored as character? | ||
6 : | An alternative is to use a factor as in the enum values for the | ||
7 : | cblas. | ||
8 : | -- Leave as character but use care in determining the default cases | ||
9 : | -- E.g. Checks for diag slot should check for 'U' or 'u' vs. anything else | ||
10 : | |||
11 : | - Organization of the source code files - right now they are organized | ||
12 : | according to class (e.g. dgeMatrix.R, dgeMatrix.h, dgeMatrix.c). Is | ||
13 : | there a better way? | ||
14 : | -- This seems ok. | ||
15 : | |||
16 : | - Fix the calculation of the Dim slot for the crossprod method for | ||
17 : | dgCMatrix objects (too tired to do that now). | ||
18 : | -- Done |
root@r-forge.r-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |