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
/
dsCMatrix.c
– Rev 4558
Rev
Hide 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
Changes
4558
6961 d 4 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
4530
6966 d 3 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
6966 d 3 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
4418
6993 d 0 h
bates
/trunk/Matrix/src/
Remove warnings after change to const char* CHAR
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/Tsparse.c
/trunk/Matrix/src/chm_common.c
/trunk/Matrix/src/chm_common.h
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dpoMatrix.c
/trunk/Matrix/src/dpoMatrix.h
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dppMatrix.h
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dspMatrix.h
/trunk/Matrix/src/dsyMatrix.c
/trunk/Matrix/src/dsyMatrix.h
/trunk/Matrix/src/dtpMatrix.c
/trunk/Matrix/src/dtrMatrix.c
3961
7202 d 0 h
maechler
/trunk/Matrix/src/
better comment
/trunk/Matrix/src/dsCMatrix.c
3950
7205 d 17 h
maechler
/trunk/Matrix/
fully-sparse solve() for dsC; indexing & comparison fixes
/trunk/Matrix/ChangeLog
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/R/Auxiliaries.R
/trunk/Matrix/R/Matrix.R
/trunk/Matrix/R/dMatrix.R
/trunk/Matrix/R/dgCMatrix.R
/trunk/Matrix/R/dsCMatrix.R
/trunk/Matrix/R/lsCMatrix.R
/trunk/Matrix/R/lsTMatrix.R
/trunk/Matrix/R/sparseMatrix.R
/trunk/Matrix/man/Matrix-class.Rd
/trunk/Matrix/man/dsCMatrix-class.Rd
/trunk/Matrix/man/lsparseMatrix-classes.Rd
/trunk/Matrix/man/pMatrix-class.Rd
/trunk/Matrix/man/sparseMatrix-class.Rd
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsCMatrix.h
/trunk/Matrix/src/init.c
/trunk/Matrix/tests/Class+Meth.R
/trunk/Matrix/tests/indexing.R
/trunk/Matrix/tests/indexing.Rout.save
/trunk/Matrix/tests/matprod.R
/trunk/Matrix/tests/simple.R
/trunk/Matrix/tests/validObj.R
3944
7207 d 4 h
maechler
/trunk/Matrix/
2nd round of cleanup for <sparse>_validate()
/trunk/Matrix/src/lgTMatrix.c
/trunk/Matrix/src/lgTMatrix.h
/trunk/Matrix/src/lsCMatrix.c
/trunk/Matrix/src/lsCMatrix.h
/trunk/Matrix/src/ltCMatrix.c
/trunk/Matrix/src/ltCMatrix.h
/trunk/Matrix/ChangeLog
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/src/SOURCES_C.mkf
/trunk/Matrix/src/Tsparse.c
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgCMatrix.h
/trunk/Matrix/src/dgTMatrix.c
/trunk/Matrix/src/dgTMatrix.h
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsCMatrix.h
/trunk/Matrix/src/dsTMatrix.c
/trunk/Matrix/src/dsTMatrix.h
/trunk/Matrix/src/dtCMatrix.c
/trunk/Matrix/src/dtCMatrix.h
/trunk/Matrix/src/dtTMatrix.c
/trunk/Matrix/src/dtTMatrix.h
/trunk/Matrix/src/init.c
/trunk/Matrix/src/lgCMatrix.c
3943
7207 d 6 h
maechler
/trunk/Matrix/
tcrossprod(<Csp>, <Csp>); dimnames for [t]crossprod; validity now ensures correct length(Dimnames[[j]])
/trunk/Matrix/ChangeLog
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/R/Csparse.R
/trunk/Matrix/R/Matrix.R
/trunk/Matrix/man/CsparseMatrix-class.Rd
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/chm_common.c
/trunk/Matrix/src/chm_common.h
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgCMatrix.h
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/init.c
/trunk/Matrix/src/lgCMatrix.c
/trunk/Matrix/src/lgCMatrix.h
/trunk/Matrix/tests/matprod.R
/trunk/Matrix/tests/simple.R
3835
7241 d 7 h
maechler
/trunk/Matrix/src/
comments & not_yet code
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dsCMatrix.c
3766
7257 d 2 h
bates
/trunk/Matrix/src/
Move checks on column sorting of CsparseMatrix objects to Csparse_validate
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgCMatrix.h
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/init.c
/trunk/Matrix/src/lgCMatrix.c
/trunk/Matrix/src/lsCMatrix.c
/trunk/Matrix/src/ltCMatrix.c
3760
7258 d 0 h
maechler
/trunk/Matrix/
1st fix at "Compare"; other small fixes
/trunk/Matrix/R/Matrix.R
/trunk/Matrix/R/dMatrix.R
/trunk/Matrix/man/lsparseMatrix-classes.Rd
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/tests/matprod.R
3755
7258 d 19 h
maechler
/trunk/Matrix/
new nMatrix and subclasses; lsparse change to have x slot; many consequences
/trunk/Matrix/R/lMatrix.R
/trunk/Matrix/R/ndenseMatrix.R
/trunk/Matrix/R/ngCMatrix.R
/trunk/Matrix/R/ngTMatrix.R
/trunk/Matrix/R/nsCMatrix.R
/trunk/Matrix/R/nsparseMatrix.R
/trunk/Matrix/R/ntCMatrix.R
/trunk/Matrix/R/ntTMatrix.R
/trunk/Matrix/man/nMatrix-class.Rd
/trunk/Matrix/man/ndenseMatrix-class.Rd
/trunk/Matrix/man/ndiMatrix-class.Rd
/trunk/Matrix/man/ngeMatrix-class.Rd
/trunk/Matrix/man/nsparseMatrix-classes.Rd
/trunk/Matrix/man/nsyMatrix-class.Rd
/trunk/Matrix/man/ntrMatrix-class.Rd
/trunk/Matrix/ChangeLog
/trunk/Matrix/DESCRIPTION
/trunk/Matrix/NAMESPACE
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/R/Auxiliaries.R
/trunk/Matrix/R/Csparse.R
/trunk/Matrix/R/Matrix.R
/trunk/Matrix/R/Tsparse.R
/trunk/Matrix/R/dMatrix.R
/trunk/Matrix/R/denseMatrix.R
/trunk/Matrix/R/dgCMatrix.R
/trunk/Matrix/R/dsCMatrix.R
/trunk/Matrix/R/dtCMatrix.R
/trunk/Matrix/R/ldenseMatrix.R
/trunk/Matrix/R/lgCMatrix.R
/trunk/Matrix/R/lgTMatrix.R
/trunk/Matrix/R/lsparseMatrix.R
/trunk/Matrix/R/pMatrix.R
/trunk/Matrix/R/sparseMatrix.R
/trunk/Matrix/inst/doc/Intro2Matrix.Rnw
/trunk/Matrix/inst/test-tools.R
/trunk/Matrix/man/CHMfactor-class.Rd
/trunk/Matrix/man/CsparseMatrix-class.Rd
/trunk/Matrix/man/Matrix-class.Rd
/trunk/Matrix/man/band.Rd
/trunk/Matrix/man/dMatrix-class.Rd
/trunk/Matrix/man/dgCMatrix-class.Rd
/trunk/Matrix/man/dtCMatrix-class.Rd
/trunk/Matrix/man/ldenseMatrix-class.Rd
/trunk/Matrix/man/lgeMatrix-class.Rd
/trunk/Matrix/man/lsparseMatrix-classes.Rd
/trunk/Matrix/man/lsyMatrix-class.Rd
/trunk/Matrix/man/pMatrix-class.Rd
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/Csparse.h
/trunk/Matrix/src/Mutils.h
/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/dsCMatrix.c
/trunk/Matrix/src/dsTMatrix.c
/trunk/Matrix/src/dtTMatrix.c
/trunk/Matrix/src/init.c
/trunk/Matrix/src/ldense.c
/trunk/Matrix/src/ldense.h
/trunk/Matrix/tests/Class+Meth.R
/trunk/Matrix/tests/matprod.R
/trunk/Matrix/tests/simple.R
3743
7261 d 3 h
bates
/trunk/Matrix/
ignoring LDL = FALSE now fixed
/trunk/Matrix/ChangeLog
/trunk/Matrix/src/chm_common.c
/trunk/Matrix/src/dsCMatrix.c
3741
7261 d 5 h
maechler
/trunk/Matrix/src/
fname instead of "fname"
/trunk/Matrix/src/dsCMatrix.c
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 18 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
7633 d 23 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
1321
7788 d 0 h
bates
/trunk/Matrix/
Moving methods for operations with numeric to the Matrix class and with integer to the dMatrix class
/trunk/Matrix/R/Matrix.R
/trunk/Matrix/R/dMatrix.R
/trunk/Matrix/R/dgCMatrix.R
/trunk/Matrix/R/dgTMatrix.R
/trunk/Matrix/R/dgeMatrix.R
/trunk/Matrix/R/dpoMatrix.R
/trunk/Matrix/R/dppMatrix.R
/trunk/Matrix/R/dsCMatrix.R
/trunk/Matrix/R/dspMatrix.R
/trunk/Matrix/R/dtpMatrix.R
/trunk/Matrix/man/Matrix-class.Rd
/trunk/Matrix/man/dMatrix-class.Rd
/trunk/Matrix/man/dgCMatrix-class.Rd
/trunk/Matrix/man/dgeMatrix-class.Rd
/trunk/Matrix/man/dsCMatrix-class.Rd
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgCMatrix.h
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsCMatrix.h
/trunk/Matrix/src/init.c
1236
7813 d 20 h
maechler
/trunk/Matrix/src/
L <-> U for transpose
/trunk/Matrix/src/dsCMatrix.c
1203
7816 d 12 h
bates
/trunk/Matrix/src/
Clean up *_validate functions
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsyMatrix.c
/trunk/Matrix/src/dtCMatrix.c
/trunk/Matrix/src/dtTMatrix.c
/trunk/Matrix/src/dtrMatrix.c
1198
7816 d 22 h
bates
/trunk/Matrix/src/
dsTMatrix_as_dsCMatrix
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsTMatrix.h
/trunk/Matrix/src/init.c
1190
7818 d 23 h
bates
/trunk/Matrix/
Internationalization and localization
/trunk/Matrix/inst/po
/trunk/Matrix/inst/po/LL
/trunk/Matrix/inst/po/LL/LC_MESSAGES
/trunk/Matrix/inst/po/LL/LC_MESSAGES/Matrix.mo
/trunk/Matrix/inst/po/LL/LC_MESSAGES/R-Matrix.mo
/trunk/Matrix/po
/trunk/Matrix/po/Matrix.pot
/trunk/Matrix/po/R-Matrix.pot
/trunk/Matrix/src/LU.c
/trunk/Matrix/src/LU.h
/trunk/Matrix/src/cblas.h
/trunk/Matrix/src/flame.c
/trunk/Matrix/src/flame.h
/trunk/Matrix/src/ldl.c
/trunk/Matrix/src/ldl.h
/trunk/Matrix/ChangeLog
/trunk/Matrix/Doxyfile
/trunk/Matrix/src/DEPS.mkf
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/SOURCES_C.mkf
/trunk/Matrix/src/bCrosstab.c
/trunk/Matrix/src/dense.c
/trunk/Matrix/src/dgBCMatrix.c
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgTMatrix.c
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dpoMatrix.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsTMatrix.c
/trunk/Matrix/src/dsyMatrix.c
/trunk/Matrix/src/dtCMatrix.c
/trunk/Matrix/src/dtTMatrix.c
/trunk/Matrix/src/dtrMatrix.c
/trunk/Matrix/src/factorizations.c
/trunk/Matrix/src/factorizations.h
/trunk/Matrix/src/init.c
/trunk/Matrix/src/lmer.c
/trunk/Matrix/src/sscCrosstab.c
/trunk/Matrix/src/ssclme.c
/trunk/Matrix/src/triplet_to_col.c
/trunk/Matrix/src/triplet_to_col.h
1044
7839 d 8 h
maechler
/trunk/Matrix/src/
use mkString(); "uplo" and "diag" must be uppercase
/trunk/Matrix/src/LU.c
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgTMatrix.c
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dpoMatrix.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dsyMatrix.c
/trunk/Matrix/src/dtCMatrix.c
/trunk/Matrix/src/dtrMatrix.c
/trunk/Matrix/src/lmer.c
/trunk/Matrix/src/sscCrosstab.c
991
7844 d 2 h
bates
/trunk/Matrix/
Getting package to pass CMD check
/trunk/Matrix/DESCRIPTION
/trunk/Matrix/INDEX
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/R/dgTMatrix.R
/trunk/Matrix/inst/doc/Comparisons.Rnw
/trunk/Matrix/inst/doc/Introduction.Rnw
/trunk/Matrix/man/dgCMatrix-class.Rd
/trunk/Matrix/man/dgTMatrix-class.Rd
/trunk/Matrix/man/tcrossprod.Rd
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/tests/dpoMatrix.Rout.save