| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 5003 |
6704 d 22 h |
maechler |
/trunk/Matrix/ |
.symDiagonal(), is.na() and more diagonalMatrix "Ops" |
|
| 4994 |
6705 d 22 h |
maechler |
/trunk/Matrix/ |
my fast determinant(<dsC..>) versions |
|
| 4979 |
6716 d 13 h |
maechler |
/trunk/Matrix/ |
diagN2U() for preserving (unit-)triangularity in sparse (triang.)matrix multiplication |
|
| 4975 |
6718 d 12 h |
maechler |
/trunk/Matrix/ |
replace many "callGeneric(U, V)" by direct <FUN>(U, V) |
|
| 4963 |
6729 d 11 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>) |
|
| 4953 |
6734 d 12 h |
maechler |
/trunk/Matrix/ |
miscellaneous cleanup; typically indexing and coercion |
|
| 4910 |
6757 d 0 h |
maechler |
/trunk/Matrix/ |
more indexing/subassignment & testing those |
|
| 4871 |
6805 d 20 h |
maechler |
/trunk/Matrix/ |
indexing M[i], for *vector* i; and tests for those, see ChangeLog |
|
| 4743 |
6920 d 4 h |
maechler |
/trunk/Matrix/ |
add explicit ... to function args in certain setMethod("[" ..) calls {for R-devel} |
|
| 4734 |
6921 d 22 h |
bates |
/trunk/Matrix/ |
Remove deprecated function writeHB and its methods; switch writeMM to use CHOLMOD code; repair readMM |
|
| 4545 |
6963 d 3 h |
maechler |
/trunk/Matrix/ |
not dropping dimnames (notably of sparse matrices) |
|
| 4483 |
6978 d 5 h |
maechler |
/trunk/Matrix/ |
colSums, ... rowMeans for all Matrices; notably sparse ones via [diln]gCMatrix_colSums C code |
|
| 4371 |
7007 d 4 h |
maechler |
/trunk/Matrix/ |
sparseVector. <- v; rowSums/colSums; summary(<sparse>); spMatrix(.) utility |
|
| 4335 |
7017 d 11 h |
maechler |
/trunk/Matrix/ |
fixed symmetric Tsparse indexing |
|
| 4333 |
7020 d 8 h |
maechler |
/trunk/Matrix/ |
fix duplicated subassigment: A[c(1,2,1),3] <- .. |
|
| 4320 |
7027 d 10 h |
maechler |
/trunk/Matrix/R/ |
for "!" use (x) for R >= 2.6.0, and (e1) otherwise;
replace "1:1" by "1L" since we now require R >= 2.5.0 |
|
| 4311 |
7032 d 14 h |
maechler |
/trunk/Matrix/ |
update; mostly for ("[", Tsparse..)" |
|
| 4286 |
7046 d 7 h |
maechler |
/trunk/Matrix/ |
kronecker() rationalization; more setAs(), notably to virtual classes and tT <-> gT |
|
| 4199 |
7065 d 6 h |
maechler |
/trunk/Matrix/ |
+ diff(.), + "dim<-"; cBind/rBind + cbind/rbind; indexing fixes - current state |
|
| 4129 |
7112 d 13 h |
maechler |
/trunk/Matrix/R/ |
use .T.2.C and properly fix last change for tril/triu/band {not using as_Csparse} |
|