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
@ 3782
– Rev 3543
Rev
Hide 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
Changes
3543
7268 d 0 h
maechler
/branches/Matrix-for-R-2.3.x/
branching an "old-R" compatible version of Matrix
/branches/Matrix-for-R-2.3.x
3518
7272 d 1 h
bates
/trunk/Matrix/src/
Define and use class_P and mMatrix_as_dgeMatrix
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/chm_common.c
/trunk/Matrix/src/cs_utils.c
/trunk/Matrix/src/dense.c
/trunk/Matrix/src/dsCMatrix.c
3514
7272 d 17 h
bates
/trunk/Matrix/src/
Remove vestigial classed argument for dsCMatrix_matrix_solve
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsCMatrix.h
/trunk/Matrix/src/init.c
3488
7276 d 22 h
bates
/trunk/Matrix/
Use dup_mMatrix_as_dgeMatrix
/trunk/Matrix/R/dsCMatrix.R
/trunk/Matrix/R/dsTMatrix.R
/trunk/Matrix/R/dtrMatrix.R
/trunk/Matrix/R/sparseQR.R
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsTMatrix.c
/trunk/Matrix/src/dsTMatrix.h
/trunk/Matrix/src/dtTMatrix.c
/trunk/Matrix/src/dtTMatrix.h
/trunk/Matrix/src/init.c
/trunk/Matrix/src/lsCMatrix.c
/trunk/Matrix/src/lsCMatrix.h
3477
7277 d 19 h
bates
/trunk/Matrix/
Add Cholesky generic and method for dsCMatrix. Use CHOLMOD for chol().
/trunk/Matrix/R/AllGeneric.R
/trunk/Matrix/R/dsCMatrix.R
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsCMatrix.h
3464
7278 d 18 h
bates
/trunk/Matrix/src/
Use CHOLMOD for dsCMatrix_chol and dsCMatrix_matrix_solve.
/trunk/Matrix/src/dsCMatrix.c
3410
7285 d 22 h
maechler
/trunk/Matrix/
eliminate sCMatrix_to_gCMatrix now that we have (almost identical) Csparse_symmetric_to_general
/trunk/Matrix/R/dsCMatrix.R
/trunk/Matrix/R/lsCMatrix.R
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsCMatrix.h
/trunk/Matrix/src/init.c
3401
7288 d 23 h
bates
/trunk/Matrix/
Generalize conversions
/trunk/Matrix/R/Tsparse.R
/trunk/Matrix/R/dgCMatrix.R
/trunk/Matrix/R/dgTMatrix.R
/trunk/Matrix/R/dsCMatrix.R
/trunk/Matrix/R/dsTMatrix.R
/trunk/Matrix/R/dtCMatrix.R
/trunk/Matrix/R/lsCMatrix.R
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/Csparse.h
/trunk/Matrix/src/Tsparse.c
/trunk/Matrix/src/Tsparse.h
/trunk/Matrix/src/chm_common.c
/trunk/Matrix/src/chm_common.h
/trunk/Matrix/src/dense.c
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgTMatrix.c
/trunk/Matrix/src/dgTMatrix.h
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/init.c
2172
7501 d 14 h
bates
/trunk/Matrix/src/
Change malloc to Calloc in chm_common.c and correspondingly free to Free there and elsewhere
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/Tsparse.c
/trunk/Matrix/src/chm_common.c
/trunk/Matrix/src/chm_common.h
/trunk/Matrix/src/dense.c
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dpoMatrix.c
/trunk/Matrix/src/dsCMatrix.c
2022
7550 d 19 h
bates
/trunk/Matrix/
Matrix multiplication and coersion at higher level
/trunk/Matrix/R/Csparse.R
/trunk/Matrix/R/Tsparse.R
/trunk/Matrix/R/denseMatrix.R
/trunk/Matrix/man/CsparseMatrix-class.Rd
/trunk/Matrix/man/TsparseMatrix-class.Rd
/trunk/Matrix/man/denseMatrix-class.Rd
/trunk/Matrix/man/dgeMatrix-class.Rd
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/Csparse.h
/trunk/Matrix/src/Makefile
/trunk/Matrix/src/Makefile.win
/trunk/Matrix/src/Tsparse.c
/trunk/Matrix/src/dense.c
/trunk/Matrix/src/dense.h
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgTMatrix.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/init.c
1986
7565 d 1 h
maechler
/trunk/Matrix/src/
use free() to clean up after as_cholmod_*() since these use malloc() - as in Brian`s patch
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/Tsparse.c
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dsCMatrix.c
1862
7607 d 4 h
maechler
/trunk/Matrix/src/
use uplo_P() and diag_P() macros instead of *_value() functions
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/dpoMatrix.c
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dsyMatrix.c
/trunk/Matrix/src/dtCMatrix.c
/trunk/Matrix/src/dtTMatrix.c
/trunk/Matrix/src/dtpMatrix.c
/trunk/Matrix/src/dtrMatrix.c
/trunk/Matrix/src/lgCMatrix.c
/trunk/Matrix/src/lsCMatrix.c
/trunk/Matrix/src/ltCMatrix.c
1856
7607 d 8 h
maechler
/trunk/Matrix/src/
+ logical dense matrices; more coercions
/trunk/Matrix/src/ldense.c
/trunk/Matrix/src/ldense.h
/trunk/Matrix/src/LDL/Makefile
/trunk/Matrix/src/SOURCES_C.mkf
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsCMatrix.h
/trunk/Matrix/src/dsTMatrix.h
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dtCMatrix.c
/trunk/Matrix/src/dtTMatrix.c
/trunk/Matrix/src/dtTMatrix.h
/trunk/Matrix/src/dtpMatrix.c
/trunk/Matrix/src/init.c
1835
7615 d 20 h
bates
/trunk/Matrix/src/
Fixed a thinko picked up by the compiler
/trunk/Matrix/src/dsCMatrix.c
1830
7617 d 0 h
bates
/trunk/Matrix/
Added CHOLMOD-based C functions. Still need methods defined in R and some error checking
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/Csparse.h
/trunk/Matrix/src/Tsparse.c
/trunk/Matrix/src/Tsparse.h
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/R/dsCMatrix.R
/trunk/Matrix/man/dsparseMatrix-class.Rd
/trunk/Matrix/src/Pattern.c
/trunk/Matrix/src/SOURCES_C.mkf
/trunk/Matrix/src/UMFPACK/Makefile
/trunk/Matrix/src/chm_common.c
/trunk/Matrix/src/chm_common.h
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgTMatrix.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsCMatrix.h
/trunk/Matrix/src/init.c
1786
7631 d 19 h
maechler
/trunk/Matrix/src/
cosmetic, comment
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dtCMatrix.c
/trunk/Matrix/src/lgCMatrix.c
1781
7634 d 0 h
maechler
/trunk/Matrix/
add triangularMatrix_validate and symmetric* to C code and make (re!)use of it - not quite everywhere?
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsTMatrix.c
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dsyMatrix.c
/trunk/Matrix/src/dtCMatrix.c
/trunk/Matrix/src/dtTMatrix.c
/trunk/Matrix/src/dtpMatrix.c
/trunk/Matrix/src/dtrMatrix.c
/trunk/Matrix/src/init.c
/trunk/Matrix/tests/dpoMatrix.Rout.save
1574
7721 d 1 h
bates
/trunk/Matrix/src/
Keep -Wall quiet
/trunk/Matrix/src/dsCMatrix.c
1539
7740 d 23 h
bates
/trunk/Matrix/src/
collapse some constructions in the code
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dtCMatrix.c
1476
7748 d 2 h
bates
/trunk/Matrix/
Release 0.95-8 with bug fix for sparse symmetric solve
/trunk/Matrix/ChangeLog
/trunk/Matrix/DESCRIPTION
/trunk/Matrix/man/lsparseMatrix-classes.Rd
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsTMatrix.h
/trunk/Matrix/src/lmer.c
←Prev
1
2
Next→
Show All