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)
/
trunk
/
Matrix
/
R
/
lsparseMatrix.R
@ 4918
– Rev 4975
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4975
6718 d 10 h
maechler
/trunk/Matrix/
replace many "callGeneric(U, V)" by direct <FUN>(U, V)
4639
6949 d 4 h
maechler
/trunk/Matrix/
norm() for sparse; systematic checking of norm() and all "Summary" methods
4440
6991 d 5 h
maechler
/trunk/Matrix/
use correct "na.rm" default in all() and any(); tests for that
4320
7027 d 9 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
4132
7112 d 2 h
maechler
/trunk/Matrix/
eliminate infinite loop in coercions to [ln]sparseMatrix
4109
7118 d 1 h
maechler
/trunk/Matrix/
drop(); tweaks to Ops & indexing; Rsparse coercions for less exceptions in tests/Class+Meth.R
4082
7131 d 11 h
maechler
/trunk/Matrix/
accomplished quite a few small FIXMEs; see ChangeLog
4032
7163 d 6 h
maechler
/trunk/Matrix/
any(), all() and "Compare"(<sparse>) - for release of 0.9975-7
3755
7258 d 21 h
maechler
/trunk/Matrix/
new nMatrix and subclasses; lsparse change to have x slot; many consequences
3411
7286 d 1 h
maechler
/trunk/Matrix/R/
use Csparse_to_logical
3309
7322 d 4 h
maechler
/trunk/Matrix/
add lgCMatrix_diag()
1866
7606 d 23 h
maechler
/trunk/Matrix/
more "Compare" and some "!" methods; expm() for sparse; updated tests
1833
7616 d 0 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
1831
7616 d 19 h
bates
/trunk/Matrix/
More progress on incorporating CHOLMOD - still not passing CMD check
1783
7633 d 5 h
maechler
/trunk/Matrix/
move some methods from lgT to lsparse