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
4972 6719 d 8 h maechler /trunk/Matrix/ use diagU2N in more places; also new Tsparse_diagU2N()  
4969 6720 d 15 h maechler /trunk/Matrix/src/ s/norm_type/La_norm_type/ in order to move to R-devel  
4963 6729 d 20 h maechler /trunk/Matrix/ + forceSymmetric(); generalize ddense_to_symmetric to dense_to_s.. and ddense_band to dense_band allowing simplified methods; Matrix() and many man/*Rd : replace many as(*, <specific>) by as(*, <virtual superclass>)  
4573 6960 d 7 h maechler /trunk/Matrix/ Rsparse validation methods; finally make use of slot_dup() macro; fix R_to_C (symmetric)  
4565 6961 d 13 h maechler /trunk/Matrix/ merge 'branches/Matrix-APIchange' back into the trunk  
4418 6993 d 12 h bates /trunk/Matrix/src/ Remove warnings after change to const char* CHAR  
3827 7242 d 14 h maechler /trunk/Matrix/src/ validate tweaks for packed matrices  
3520 7272 d 7 h bates /trunk/Matrix/ Promotion of %*% and solve to RHS of ddenseMatrix  
3484 7277 d 13 h maechler /trunk/Matrix/ eliminate classed argument from dup_mM*() and dependencies  
3454 7280 d 5 h bates /trunk/Matrix/src/ Use dup_mMatrix_as_dgeMatrix  
2200 7498 d 8 h bates /trunk/Matrix/ Removing rcond slot from Matrix objects  
1864 7607 d 10 h maechler /trunk/Matrix/src/ packed_to_full_(double|int) and full_to_packed_*  
1862 7607 d 17 h maechler /trunk/Matrix/src/ use uplo_P() and diag_P() macros instead of *_value() functions  
1856 7607 d 21 h maechler /trunk/Matrix/src/ + logical dense matrices; more coercions  
1781 7634 d 12 h maechler /trunk/Matrix/ add triangularMatrix_validate and symmetric* to C code and make (re!)use of it - not quite everywhere?  
1285 7803 d 13 h maechler /trunk/Matrix/src/ eliminate extraneous declaration for "-Wall"  
1282 7804 d 4 h bates /trunk/Matrix/ Updates to multiplication and other methods  
1265 7805 d 5 h bates /trunk/Matrix/ Coercions and methods for dppMatrix and dspMatrix classes