The R Project SVN R-packages

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3543 7268 d 1 h maechler /branches/Matrix-for-R-2.3.x/ branching an "old-R" compatible version of Matrix  
3520 7271 d 19 h bates /trunk/Matrix/ Promotion of %*% and solve to RHS of ddenseMatrix  
3501 7275 d 21 h maechler /trunk/Matrix/ use setAs("ddenseMatrix", "dgeMatrix", *) instead of older specific ones  
3484 7277 d 1 h maechler /trunk/Matrix/ eliminate classed argument from dup_mM*() and dependencies  
3454 7279 d 16 h bates /trunk/Matrix/src/ Use dup_mMatrix_as_dgeMatrix  
2254 7490 d 1 h maechler /trunk/Matrix/ make*_(triangular|symmetric) : now for ldense* as well  
2200 7497 d 20 h bates /trunk/Matrix/ Removing rcond slot from Matrix objects  
2197 7498 d 18 h maechler /trunk/Matrix/src/ new dMatrix_validate and dense_nonpacked_validate  
1864 7606 d 22 h maechler /trunk/Matrix/src/ packed_to_full_(double|int) and full_to_packed_*  
1862 7607 d 5 h maechler /trunk/Matrix/src/ use uplo_P() and diag_P() macros instead of *_value() functions  
1827 7619 d 0 h maechler /trunk/Matrix/ new compressed_non_0_ij()  
1781 7634 d 0 h maechler /trunk/Matrix/ add triangularMatrix_validate and symmetric* to C code and make (re!)use of it - not quite everywhere?  
1717 7655 d 19 h bates /trunk/Matrix/ Release 0.98-3  
1329 7786 d 4 h maechler /trunk/Matrix/src/ no need for \ in %*% in error message  
1285 7803 d 1 h maechler /trunk/Matrix/src/ eliminate extraneous declaration for "-Wall"  
1284 7803 d 1 h bates /trunk/Matrix/ Generalize matrix multiplication and solve methods  
1263 7805 d 20 h maechler /trunk/Matrix/src/ comments  
1258 7808 d 23 h maechler /trunk/Matrix/ more %*% methods; some dimnames in C (untested); checks extended  
1209 7815 d 21 h bates /trunk/Matrix/ Methods and coercions for the dtpMatrix class  
1203 7816 d 12 h bates /trunk/Matrix/src/ Clean up *_validate functions  
1190 7818 d 23 h bates /trunk/Matrix/ Internationalization and localization  
1172 7820 d 23 h maechler /trunk/Matrix/src/ prevent segfault {but not "nicely"}  
1044 7839 d 8 h maechler /trunk/Matrix/src/ use mkString(); "uplo" and "diag" must be uppercase  
978 7845 d 2 h bates /trunk/Matrix/src/ Renaming and reorganizing classes  
977 7845 d 3 h bates /trunk/Matrix/src/ Renaming and reorganizing classes  
975 7845 d 5 h bates /trunk/Matrix/ Change name of slot from factorization to factors  
750 7924 d 3 h bates /trunk/Matrix/ Updates for factorization name and default value  
561 7966 d 0 h bates /trunk/Matrix/ Add registration of .Call functions  
218 8141 d 5 h bates /trunk/Matrix/ Adding coercions - fixing bugs  
155 8161 d 21 h bates /trunk/Matrix/ Initial import