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-for-R-2.3.x
/
src
/
dsCMatrix.c
– Rev 3543
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
3543
7268 d 1 h
maechler
/branches/Matrix-for-R-2.3.x/
branching an "old-R" compatible version of Matrix
3518
7272 d 2 h
bates
/trunk/Matrix/src/
Define and use class_P and mMatrix_as_dgeMatrix
3514
7272 d 18 h
bates
/trunk/Matrix/src/
Remove vestigial classed argument for dsCMatrix_matrix_solve
3488
7277 d 0 h
bates
/trunk/Matrix/
Use dup_mMatrix_as_dgeMatrix
3477
7277 d 20 h
bates
/trunk/Matrix/
Add Cholesky generic and method for dsCMatrix. Use CHOLMOD for chol().
3464
7278 d 19 h
bates
/trunk/Matrix/src/
Use CHOLMOD for dsCMatrix_chol and dsCMatrix_matrix_solve.
3410
7286 d 0 h
maechler
/trunk/Matrix/
eliminate sCMatrix_to_gCMatrix now that we have (almost identical) Csparse_symmetric_to_general
3401
7289 d 0 h
bates
/trunk/Matrix/
Generalize conversions
2172
7501 d 15 h
bates
/trunk/Matrix/src/
Change malloc to Calloc in chm_common.c and correspondingly free to Free there and elsewhere
2022
7550 d 20 h
bates
/trunk/Matrix/
Matrix multiplication and coersion at higher level
1986
7565 d 3 h
maechler
/trunk/Matrix/src/
use free() to clean up after as_cholmod_*() since these use malloc() - as in Brian`s patch
1862
7607 d 5 h
maechler
/trunk/Matrix/src/
use uplo_P() and diag_P() macros instead of *_value() functions
1856
7607 d 9 h
maechler
/trunk/Matrix/src/
+ logical dense matrices; more coercions
1835
7615 d 21 h
bates
/trunk/Matrix/src/
Fixed a thinko picked up by the compiler
1830
7617 d 1 h
bates
/trunk/Matrix/
Added CHOLMOD-based C functions. Still need methods defined in R and some error checking
1786
7631 d 20 h
maechler
/trunk/Matrix/src/
cosmetic, comment
1781
7634 d 1 h
maechler
/trunk/Matrix/
add triangularMatrix_validate and symmetric* to C code and make (re!)use of it - not quite everywhere?
1574
7721 d 2 h
bates
/trunk/Matrix/src/
Keep -Wall quiet
1539
7741 d 0 h
bates
/trunk/Matrix/src/
collapse some constructions in the code
1476
7748 d 3 h
bates
/trunk/Matrix/
Release 0.95-8 with bug fix for sparse symmetric solve
1321
7788 d 1 h
bates
/trunk/Matrix/
Moving methods for operations with numeric to the Matrix class and with integer to the dMatrix class
1236
7813 d 21 h
maechler
/trunk/Matrix/src/
L <-> U for transpose
1203
7816 d 13 h
bates
/trunk/Matrix/src/
Clean up *_validate functions
1198
7817 d 0 h
bates
/trunk/Matrix/src/
dsTMatrix_as_dsCMatrix
1190
7819 d 0 h
bates
/trunk/Matrix/
Internationalization and localization
1044
7839 d 9 h
maechler
/trunk/Matrix/src/
use mkString(); "uplo" and "diag" must be uppercase
991
7844 d 4 h
bates
/trunk/Matrix/
Getting package to pass CMD check
987
7844 d 23 h
bates
/trunk/Matrix/src/
renaming and rearranging classes
978
7845 d 3 h
bates
/trunk/Matrix/src/
Renaming and reorganizing classes
977
7845 d 3 h
bates
/trunk/Matrix/src/
Renaming and reorganizing classes
975
7845 d 6 h
bates
/trunk/Matrix/
Change name of slot from factorization to factors
804
7904 d 4 h
bates
/trunk/Matrix/src/
R-specific versions of ldl
673
7942 d 20 h
bates
/trunk/Matrix/src/
cosmetic changes
561
7966 d 1 h
bates
/trunk/Matrix/
Add registration of .Call functions
466
8007 d 16 h
bates
/trunk/Matrix/
Remove taucs, add lmeRep, new release
364
8089 d 0 h
bates
/trunk/Matrix/src/
Combine the two ldl_symbolic routines
339
8092 d 19 h
bates
/trunk/Matrix/src/
Experiments with projecting
306
8115 d 22 h
bates
/trunk/Matrix/src/
Add routines to project and ldl_symbolic the ctab
218
8141 d 6 h
bates
/trunk/Matrix/
Adding coercions - fixing bugs
155
8161 d 22 h
bates
/trunk/Matrix/
Initial import