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
/
dgCMatrix.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
3520
7271 d 19 h
bates
/trunk/Matrix/
Promotion of %*% and solve to RHS of ddenseMatrix
3502
7275 d 14 h
bates
/trunk/Matrix/
Move methods to the CsparseMatrix class
3484
7277 d 2 h
maechler
/trunk/Matrix/
eliminate classed argument from dup_mM*() and dependencies
3454
7279 d 17 h
bates
/trunk/Matrix/src/
Use dup_mMatrix_as_dgeMatrix
3439
7281 d 15 h
bates
/trunk/Matrix/src/
Check length of q before trying to store it
3422
7283 d 19 h
bates
/trunk/Matrix/
Added solve methods for dgCMatrix and documentation
3420
7284 d 4 h
bates
/trunk/Matrix/
add sparse LU and QR decompositions
3416
7285 d 15 h
bates
/trunk/Matrix/src/
Repaired Matrix_cs_as_SEXP, cosmetic changes in dgCMatrix_QR
3415
7285 d 19 h
bates
/trunk/Matrix/
Adding dgCMatrix_{lusol,qrsol,QR} but QR still not working
3404
7286 d 23 h
bates
/trunk/Matrix/
Use CHOLMOD code for general methods at CsparseMatrix, TsparseMatrix, denseMatrix or matrix level when possible
3401
7289 d 0 h
bates
/trunk/Matrix/
Generalize conversions
3310
7322 d 2 h
maechler
/trunk/Matrix/
miscellaneous small things, including extended tests; see also ChangeLog
2240
7491 d 20 h
bates
/trunk/Matrix/src/
Free memory allocated in csc_tcrossprod
2238
7492 d 22 h
bates
/trunk/Matrix/src/
Use cholmod_copy in csc_tcrossprod
2200
7497 d 21 h
bates
/trunk/Matrix/
Removing rcond slot from Matrix objects
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
1869
7605 d 0 h
maechler
/trunk/Matrix/
more coercions; particularly "d" <-> "l"; more tests (and more FIXMEs!); fixing two "index-0 bugs"; ...
1856
7607 d 9 h
maechler
/trunk/Matrix/src/
+ logical dense matrices; more coercions
1830
7617 d 1 h
bates
/trunk/Matrix/
Added CHOLMOD-based C functions. Still need methods defined in R and some error checking
1827
7619 d 0 h
maechler
/trunk/Matrix/
new compressed_non_0_ij()
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?
1568
7721 d 2 h
bates
/trunk/Matrix/
Fix matrix multiplication methods
1539
7741 d 0 h
bates
/trunk/Matrix/src/
collapse some constructions in the code
1515
7746 d 3 h
bates
/trunk/Matrix/
Release 0.95-9
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
1317
7789 d 3 h
bates
/trunk/Matrix/src/
Rename expand_column_pointers to expand_cmpPt (expand compressed pointers)
1315
7791 d 4 h
bates
/trunk/Matrix/
Added dgRMatrix methods and documentation
1199
7817 d 0 h
bates
/trunk/Matrix/src/
shorten csc_components_transpose to csc_compTr
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
809
7904 d 4 h
bates
/trunk/Matrix/src/
R-specific versions of ldl