R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R-packages
(root)
/
branches
/
Matrix-APIchange
/
man
/
sparseMatrix-class.Rd
– Rev 4549
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
4549
6962 d 8 h
maechler
/branches/Matrix-APIchange/
port changes (4545..4548) from trunk
4529
6966 d 7 h
bates
/branches/Matrix-APIchange/
Creating a branch for the API changes from the 0.99875 series to the 0.999375 series
4468
6981 d 2 h
maechler
/trunk/Matrix/
+ print(<sparse>, extra args)
4463
6981 d 22 h
bates
/trunk/Matrix/
Don't need an interactions class. Use the row names to store the levels - duh
4461
6982 d 2 h
bates
/trunk/Matrix/
draft "indicators" class
4444
6990 d 12 h
maechler
/trunk/Matrix/
few misc.
4386
7004 d 23 h
maechler
/trunk/Matrix/
export drop0() {name is open for discussion}; document colSums
4371
7007 d 4 h
maechler
/trunk/Matrix/
sparseVector. <- v; rowSums/colSums; summary(<sparse>); spMatrix(.) utility
4354
7011 d 23 h
maechler
/trunk/Matrix/
part of sparseVector additions; in order to avoid merge conflicts
4199
7065 d 6 h
maechler
/trunk/Matrix/
+ diff(.), + "dim<-"; cBind/rBind + cbind/rbind; indexing fixes - current state
4104
7119 d 1 h
maechler
/trunk/Matrix/
many more coercions for diag(), "!", etc; see ChangeLog
4094
7125 d 4 h
maechler
/trunk/Matrix/
much faster "fancy" adjust in show()
4052
7157 d 1 h
maechler
/trunk/Matrix/
rbind2() / cbind2() methods fixes + new Auxiliaries
3950
7205 d 22 h
maechler
/trunk/Matrix/
fully-sparse solve() for dsC; indexing & comparison fixes
3931
7213 d 4 h
maechler
/trunk/Matrix/
miscellaneous "fixes" mostly in ChangeLog and/or related to diagonalMatrix
3780
7255 d 7 h
maechler
/trunk/Matrix/
Matrix <-> graph coercion update (for R 2.4.0)
3541
7268 d 22 h
bates
/trunk/Matrix/
What was I thinking? I checked in files without running R CMD check and adding documentation for methods. Now fixed.
3534
7269 d 5 h
maechler
/trunk/Matrix/
miscellaneous tweaks; moved some method definitions higher up
3218
7354 d 11 h
maechler
/trunk/Matrix/
implemented all 4 of {rowSums(), ... colMeans()}
3175
7369 d 6 h
maechler
/trunk/Matrix/man/
start massive use of \linkS4class{.}
3149
7375 d 14 h
maechler
/trunk/Matrix/
some "sparse <-> graph" updates
1869
7605 d 3 h
maechler
/trunk/Matrix/
more coercions; particularly "d" <-> "l"; more tests (and more FIXMEs!); fixing two "index-0 bugs"; ...
1833
7616 d 2 h
maechler
/trunk/Matrix/
too many changes: rbind2 for dM*, cbind2(), "Math", "Arith" for sparse ones; more "s/gTMatrix/TsparseMatrix/" fixes; quite a few more tests, incl some for *all* classes
1804
7627 d 5 h
maechler
/trunk/Matrix/
cbind() / cbind2() methods for R >= 2.2.0
1761
7640 d 3 h
maechler
/trunk/Matrix/
Version 0.98-6: "[" methods for dense matrices; first "[<-"; examples
1746
7647 d 4 h
maechler
/trunk/Matrix/
printing of sparse logicals; "[" reorganization (part 1)
1736
7647 d 23 h
bates
/trunk/Matrix/
Release 0.98-5
1323
7788 d 3 h
bates
/trunk/Matrix/man/
Multiplication operations for sparseMatrix and ddenseMatrix
1314
7793 d 5 h
maechler
/trunk/Matrix/
+ virtual "sparseMatrix" classes