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-mer2
/
src
/
Csparse.c
– Rev 2143
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
2143
7507 d 23 h
bates
/branches/Matrix-mer2/src/
Use Calloc, not malloc in chm_common.c and Free, not free elsewhere
/branches/Matrix-mer2/src/Csparse.c
/branches/Matrix-mer2/src/chm_common.c
/branches/Matrix-mer2/src/chm_common.h
/branches/Matrix-mer2/src/dense.c
/branches/Matrix-mer2/src/lmer.c
2028
7546 d 5 h
bates
/branches/Matrix-mer2/src/
Added crossprod method for Csparse and dense
/branches/Matrix-mer2/src/Csparse.c
/branches/Matrix-mer2/src/Csparse.h
/branches/Matrix-mer2/src/init.c
2027
7548 d 5 h
bates
/branches/Matrix-mer2/
Merge updates to Matrix package
/branches/Matrix-mer2/man/simulate.Rd
/branches/Matrix-mer2/R/Csparse.R
/branches/Matrix-mer2/R/Tsparse.R
/branches/Matrix-mer2/R/denseMatrix.R
/branches/Matrix-mer2/R/zzz.R
/branches/Matrix-mer2/inst/doc/Comparisons.Rnw
/branches/Matrix-mer2/man/CsparseMatrix-class.Rd
/branches/Matrix-mer2/man/TsparseMatrix-class.Rd
/branches/Matrix-mer2/man/denseMatrix-class.Rd
/branches/Matrix-mer2/man/dgeMatrix-class.Rd
/branches/Matrix-mer2/src/Csparse.c
/branches/Matrix-mer2/src/Csparse.h
/branches/Matrix-mer2/src/Makefile
/branches/Matrix-mer2/src/Makefile.win
/branches/Matrix-mer2/src/Tsparse.c
/branches/Matrix-mer2/src/dense.c
/branches/Matrix-mer2/src/dense.h
/branches/Matrix-mer2/src/dgCMatrix.c
/branches/Matrix-mer2/src/dgTMatrix.c
/branches/Matrix-mer2/src/dsCMatrix.c
/branches/Matrix-mer2/src/init.c
/branches/Matrix-mer2/tests/matprod.R
1929
7584 d 2 h
bates
/branches/Matrix-mer2/
Incorporating CHOLMOD-based lmer
/branches/Matrix-mer2
1870
7604 d 2 h
maechler
/trunk/Matrix/src/
check return value from cholmod_aat() {fix seg.fault}
/trunk/Matrix/src/Csparse.c
1838
7616 d 0 h
bates
/trunk/Matrix/src/
corrected error message
/trunk/Matrix/src/Csparse.c
1836
7616 d 1 h
bates
/trunk/Matrix/
crossprod and tcrossprod for Tsparse
/trunk/Matrix/INDEX
/trunk/Matrix/R/Csparse.R
/trunk/Matrix/R/Tsparse.R
/trunk/Matrix/R/dgTMatrix.R
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/Csparse.h
/trunk/Matrix/src/init.c
/trunk/Matrix/tests/matprod.R
1833
7616 d 3 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
/trunk/Matrix/R/dsparseMatrix.R
/trunk/Matrix/man/CsparseMatrix-class.Rd
/trunk/Matrix/ChangeLog
/trunk/Matrix/DESCRIPTION
/trunk/Matrix/NAMESPACE
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/R/AllGeneric.R
/trunk/Matrix/R/Auxiliaries.R
/trunk/Matrix/R/Matrix.R
/trunk/Matrix/R/Tsparse.R
/trunk/Matrix/R/dMatrix.R
/trunk/Matrix/R/ddenseMatrix.R
/trunk/Matrix/R/denseMatrix.R
/trunk/Matrix/R/dgCMatrix.R
/trunk/Matrix/R/dgTMatrix.R
/trunk/Matrix/R/dgeMatrix.R
/trunk/Matrix/R/dsyMatrix.R
/trunk/Matrix/R/dtrMatrix.R
/trunk/Matrix/R/lgTMatrix.R
/trunk/Matrix/R/lsparseMatrix.R
/trunk/Matrix/R/sparseMatrix.R
/trunk/Matrix/inst/test-tools.R
/trunk/Matrix/man/Matrix-class.Rd
/trunk/Matrix/man/Subassign-methods.Rd
/trunk/Matrix/man/TsparseMatrix-class.Rd
/trunk/Matrix/man/Xtrct-methods.Rd
/trunk/Matrix/man/dMatrix-class.Rd
/trunk/Matrix/man/ddenseMatrix-class.Rd
/trunk/Matrix/man/dgCMatrix-class.Rd
/trunk/Matrix/man/dsCMatrix-class.Rd
/trunk/Matrix/man/dsparseMatrix-class.Rd
/trunk/Matrix/man/dsyMatrix-class.Rd
/trunk/Matrix/man/dtCMatrix-class.Rd
/trunk/Matrix/man/dtrMatrix-class.Rd
/trunk/Matrix/man/lsparseMatrix-classes.Rd
/trunk/Matrix/man/sparseMatrix-class.Rd
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/tests/Class+Meth.R
/trunk/Matrix/tests/bind.R
/trunk/Matrix/tests/dgTMatrix.R
/trunk/Matrix/tests/group-methods.R
/trunk/Matrix/tests/indexing.R
/trunk/Matrix/tests/indexing.Rout.save
/trunk/Matrix/tests/matprod.R
1831
7616 d 22 h
bates
/trunk/Matrix/
More progress on incorporating CHOLMOD - still not passing CMD check
/trunk/Matrix/R/Csparse.R
/trunk/Matrix/R/Tsparse.R
/trunk/Matrix/R/gTMatrix.R
/trunk/Matrix/NAMESPACE
/trunk/Matrix/R/dtCMatrix.R
/trunk/Matrix/R/lsparseMatrix.R
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/Csparse.h
/trunk/Matrix/src/init.c
/trunk/Matrix/tests/dgTMatrix.R
1830
7617 d 5 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