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
/
lsCMatrix.R
– Rev 5013
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
5013
6701 d 2 h
maechler
/trunk/Matrix/
no longer use "non-standard" chol() and qr() generic
4963
6729 d 14 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>)
4124
7114 d 2 h
maechler
/trunk/Matrix/R/
typo
4095
7125 d 6 h
maechler
/trunk/Matrix/
nnzero(), length(), "Ops" & "Logic", many more setAs(); misc.fixes
3950
7206 d 0 h
maechler
/trunk/Matrix/
fully-sparse solve() for dsC; indexing & comparison fixes
3876
7234 d 8 h
maechler
/trunk/Matrix/
Matrix(0, d,d) should also give sparse (not diagonal); general_to_symmetric; notably for lsC*; more coercions; first cut at Csparse_drop()
3836
7241 d 14 h
maechler
/trunk/Matrix/
more coercion methods (for rare matrices) => less exceptions
3787
7254 d 2 h
maechler
/trunk/Matrix/
several small fixes + more tests for "lMatrix" classes; "Compare"; "chol"
3502
7275 d 20 h
bates
/trunk/Matrix/
Move methods to the CsparseMatrix class
3478
7278 d 2 h
bates
/trunk/Matrix/
Disable chol methods for lsCMatrix class temporarily; Comment out old code in src/lsCMatrix.[ch]
3410
7286 d 5 h
maechler
/trunk/Matrix/
eliminate sCMatrix_to_gCMatrix now that we have (almost identical) Csparse_symmetric_to_general
3401
7289 d 6 h
bates
/trunk/Matrix/
Generalize conversions
3340
7310 d 5 h
maechler
/trunk/Matrix/
many method cleanups; notably some "dgC" -> "Csparse" generaliztations
3172
7370 d 15 h
maechler
/trunk/Matrix/
useDynlib(*, .registration=TRUE)
2255
7490 d 7 h
maechler
/trunk/Matrix/
Class cleanup; particularly ldense* ones
2236
7493 d 5 h
maechler
/trunk/Matrix/
"dsy" no longer extends "dge"; other small fixes
1998
7563 d 2 h
bates
/trunk/Matrix/R/
Adding PACKAGE = to .Call
1857
7607 d 14 h
maechler
/trunk/Matrix/
some "Summary" methods; some "Compare" group methods; logical dense matrices
1527
7741 d 6 h
bates
/trunk/Matrix/R/
Adding logical sparse matrix methods
1473
7748 d 22 h
bates
/trunk/Matrix/
More logical sparse matrix methods