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-APIchange
/
src/
– Rev 4560
Rev
Hide changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
4560
6960 d 20 h
bates
/branches/Matrix-APIchange/src/
Replace most calls to Calloc by Alloca
/branches/Matrix-APIchange/src/HBMM.c
/branches/Matrix-APIchange/src/Mutils.c
/branches/Matrix-APIchange/src/dgTMatrix.c
/branches/Matrix-APIchange/src/dgeMatrix.c
/branches/Matrix-APIchange/src/dspMatrix.c
/branches/Matrix-APIchange/src/dsyMatrix.c
/branches/Matrix-APIchange/src/dtCMatrix.c
/branches/Matrix-APIchange/src/factorizations.c
/branches/Matrix-APIchange/src/sparseQR.c
4559
6960 d 21 h
bates
/branches/Matrix-APIchange/src/
Remove Harwell-Boeing input/output functions - no longer used
/branches/Matrix-APIchange/src/iohb.c
/branches/Matrix-APIchange/src/iohb.h
4558
6960 d 22 h
maechler
/branches/Matrix-APIchange/
more R_CheckStack()s
/branches/Matrix-APIchange/inst/doc/Comparisons.Rnw
/branches/Matrix-APIchange/src/CHMfactor.c
/branches/Matrix-APIchange/src/Csparse.c
/branches/Matrix-APIchange/src/Tsparse.c
/branches/Matrix-APIchange/src/chm_common.c
/branches/Matrix-APIchange/src/chm_common.h
/branches/Matrix-APIchange/src/dense.c
/branches/Matrix-APIchange/src/dgCMatrix.c
/branches/Matrix-APIchange/src/dsCMatrix.c
/branches/Matrix-APIchange/src/dtTMatrix.c
/branches/Matrix-APIchange/src/sparseQR.c
/branches/Matrix-APIchange/src/t_gCMatrix_colSums.c
4556
6961 d 13 h
bates
/branches/Matrix-APIchange/src/
Define and use the Alloca macro (like Calloc but calling alloca)
/branches/Matrix-APIchange/src/Mutils.h
/branches/Matrix-APIchange/src/dgCMatrix.c
4549
6961 d 23 h
maechler
/branches/Matrix-APIchange/
port changes (4545..4548) from trunk
/branches/Matrix-APIchange/man/printSpMatrix.Rd
/branches/Matrix-APIchange/ChangeLog
/branches/Matrix-APIchange/Done
/branches/Matrix-APIchange/NAMESPACE
/branches/Matrix-APIchange/R/Rsparse.R
/branches/Matrix-APIchange/R/Tsparse.R
/branches/Matrix-APIchange/R/ddenseMatrix.R
/branches/Matrix-APIchange/R/dsTMatrix.R
/branches/Matrix-APIchange/R/dtTMatrix.R
/branches/Matrix-APIchange/R/lgCMatrix.R
/branches/Matrix-APIchange/R/ngCMatrix.R
/branches/Matrix-APIchange/R/pMatrix.R
/branches/Matrix-APIchange/R/sparseMatrix.R
/branches/Matrix-APIchange/man/sparseMatrix-class.Rd
/branches/Matrix-APIchange/src/cs_utils.c
/branches/Matrix-APIchange/src/lgCMatrix.c
/branches/Matrix-APIchange/tests/Class+Meth.R
4543
6962 d 19 h
bates
/branches/Matrix-APIchange/src/
CSP typedef for *cs and macro AS_CSP
/branches/Matrix-APIchange/src/cs_utils.c
/branches/Matrix-APIchange/src/cs_utils.h
/branches/Matrix-APIchange/src/dgCMatrix.c
/branches/Matrix-APIchange/src/dtCMatrix.c
/branches/Matrix-APIchange/src/sparseQR.c
4530
6965 d 21 h
bates
/branches/Matrix-APIchange/
API change - pass the empty structure to the as_cholmod_x functions
/branches/Matrix-APIchange/DESCRIPTION
/branches/Matrix-APIchange/inst/include/Matrix.h
/branches/Matrix-APIchange/inst/include/Matrix_stubs.c
/branches/Matrix-APIchange/src/CHMfactor.c
/branches/Matrix-APIchange/src/Csparse.c
/branches/Matrix-APIchange/src/Mutils.h
/branches/Matrix-APIchange/src/Tsparse.c
/branches/Matrix-APIchange/src/chm_common.c
/branches/Matrix-APIchange/src/chm_common.h
/branches/Matrix-APIchange/src/dense.c
/branches/Matrix-APIchange/src/dgCMatrix.c
/branches/Matrix-APIchange/src/dsCMatrix.c
/branches/Matrix-APIchange/src/dtTMatrix.c
/branches/Matrix-APIchange/src/t_gCMatrix_colSums.c
4529
6965 d 21 h
bates
/branches/Matrix-APIchange/
Creating a branch for the API changes from the 0.99875 series to the 0.999375 series
/branches/Matrix-APIchange
4500
6973 d 17 h
maechler
/trunk/Matrix/
colSums() etc update (fix for lgC*)
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/DEPS.mkf
/trunk/Matrix/src/t_gCMatrix_colSums.c
/trunk/Matrix/tests/simple.R
4499
6974 d 1 h
maechler
/trunk/Matrix/src/
use template instead of huge macro for [diln]gcMatrix_colSums
/trunk/Matrix/src/t_gCMatrix_colSums.c
/trunk/Matrix/src/dgCMatrix.c
4496
6975 d 13 h
maechler
/trunk/Matrix/src/
update + comment
/trunk/Matrix/src/DEPS.mkf
/trunk/Matrix/src/DEPS.mkf_make.sh
/trunk/Matrix/src/dtTMatrix.c
4483
6977 d 19 h
maechler
/trunk/Matrix/
colSums, ... rowMeans for all Matrices; notably sparse ones via [diln]gCMatrix_colSums C code
/trunk/Matrix/R/colSums.R
/trunk/Matrix/ChangeLog
/trunk/Matrix/R/Auxiliaries.R
/trunk/Matrix/R/Csparse.R
/trunk/Matrix/R/Rsparse.R
/trunk/Matrix/R/Tsparse.R
/trunk/Matrix/R/denseMatrix.R
/trunk/Matrix/R/dgCMatrix.R
/trunk/Matrix/R/dgTMatrix.R
/trunk/Matrix/R/dgeMatrix.R
/trunk/Matrix/R/sparseMatrix.R
/trunk/Matrix/R/sparseVector.R
/trunk/Matrix/TODO
/trunk/Matrix/inst/test-tools.R
/trunk/Matrix/man/CsparseMatrix-class.Rd
/trunk/Matrix/man/RsparseMatrix-class.Rd
/trunk/Matrix/man/TsparseMatrix-class.Rd
/trunk/Matrix/man/colSums.Rd
/trunk/Matrix/man/denseMatrix-class.Rd
/trunk/Matrix/man/dgCMatrix-class.Rd
/trunk/Matrix/man/dgTMatrix-class.Rd
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgCMatrix.h
/trunk/Matrix/src/init.c
/trunk/Matrix/tests/simple.R
4473
6978 d 19 h
bates
/trunk/Matrix/src/
Modified dgCMatrix_colSums for sparseVector result
/trunk/Matrix/src/dgCMatrix.c
4472
6978 d 19 h
bates
/trunk/Matrix/src/
Added Matrix_lengthSym
/trunk/Matrix/src/Syms.h
/trunk/Matrix/src/init.c
4471
6980 d 15 h
maechler
/trunk/Matrix/src/
no longer use backquote (" ` ") in messages
/trunk/Matrix/src/chm_common.c
/trunk/Matrix/src/cs_utils.c
4466
6980 d 19 h
bates
/trunk/Matrix/
added dgCMatrix_colSums for [col,row][Sums,Means]
/trunk/Matrix/R/dgCMatrix.R
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgCMatrix.h
/trunk/Matrix/src/init.c
4460
6981 d 17 h
bates
/trunk/Matrix/
added lm.fit.sparse (unexported), coercion of "factor" to dgCMatrix and dgCMatrix_cholsol
/trunk/Matrix/R/sparseMatrix.R
/trunk/Matrix/man/dgCMatrix-class.Rd
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgCMatrix.h
/trunk/Matrix/src/init.c
4456
6983 d 0 h
maechler
/trunk/Matrix/
more strict validity checking for Csparse
/trunk/Matrix/ChangeLog
/trunk/Matrix/DESCRIPTION
/trunk/Matrix/man/dgeMatrix-class.Rd
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/tests/simple.R
4441
6990 d 2 h
maechler
/trunk/Matrix/src/
modularize Makefile(.win) [checked on Uwe`s server]
/trunk/Matrix/src/Makefile
/trunk/Matrix/src/Makefile.win
/trunk/Matrix/src/Win.mk
4439
6990 d 21 h
maechler
/trunk/Matrix/src/
a bit more sync between the two Makefiles
/trunk/Matrix/src/Makefile
/trunk/Matrix/src/Makefile.win
←Prev
1
2
Next→
Show All