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)
/
trunk
/
Matrix
/
src
/
dppMatrix.c
– Rev 4573
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
4573
6959 d 22 h
maechler
/trunk/Matrix/
Rsparse validation methods; finally make use of slot_dup() macro; fix R_to_C (symmetric)
/trunk/Matrix/ChangeLog
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/man/band.Rd
/trunk/Matrix/man/dgRMatrix-class.Rd
/trunk/Matrix/man/dsRMatrix-class.Rd
/trunk/Matrix/man/dtRMatrix-class-def.Rd
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/Csparse.h
/trunk/Matrix/src/TMatrix_as.c
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgCMatrix.h
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dpoMatrix.c
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dsyMatrix.c
/trunk/Matrix/src/dtCMatrix.c
/trunk/Matrix/src/dtCMatrix.h
/trunk/Matrix/src/init.c
/trunk/Matrix/src/ldense.c
4418
6993 d 3 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
3827
7242 d 5 h
maechler
/trunk/Matrix/src/
validate tweaks for packed matrices
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dtpMatrix.c
3484
7277 d 4 h
maechler
/trunk/Matrix/
eliminate classed argument from dup_mM*() and dependencies
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/R/dgCMatrix.R
/trunk/Matrix/R/dgeMatrix.R
/trunk/Matrix/R/dppMatrix.R
/trunk/Matrix/R/dspMatrix.R
/trunk/Matrix/R/dtrMatrix.R
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgCMatrix.h
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dgeMatrix.h
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dppMatrix.h
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dspMatrix.h
/trunk/Matrix/src/dtrMatrix.c
/trunk/Matrix/src/dtrMatrix.h
/trunk/Matrix/src/init.c
/trunk/Matrix/src/sparseQR.c
/trunk/Matrix/src/sparseQR.h
3454
7279 d 19 h
bates
/trunk/Matrix/src/
Use dup_mMatrix_as_dgeMatrix
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dtrMatrix.c
2200
7497 d 23 h
bates
/trunk/Matrix/
Removing rcond slot from Matrix objects
/trunk/Matrix/tests/dpoMatrix.Rout.save
/trunk/Matrix/src/Syms.h
/trunk/Matrix/src/dense.c
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgTMatrix.c
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dpoMatrix.c
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dsyMatrix.c
/trunk/Matrix/src/dtpMatrix.c
/trunk/Matrix/src/dtrMatrix.c
/trunk/Matrix/src/init.c
/trunk/Matrix/tests/dpoMatrix.R
/trunk/Matrix/tests/dtpMatrix.R
1877
7602 d 0 h
maechler
/trunk/Matrix/src/
new and better error mesage when info
/trunk/Matrix/src/dpoMatrix.c
/trunk/Matrix/src/dppMatrix.c
1862
7607 d 8 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
1285
7803 d 4 h
maechler
/trunk/Matrix/src/
eliminate extraneous declaration for "-Wall"
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dtrMatrix.c
1284
7803 d 4 h
bates
/trunk/Matrix/
Generalize matrix multiplication and solve methods
/trunk/Matrix/R/dppMatrix.R
/trunk/Matrix/R/dtrMatrix.R
/trunk/Matrix/man/dtrMatrix-class.Rd
/trunk/Matrix/man/pMatrix-class.Rd
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dtrMatrix.c
/trunk/Matrix/src/dtrMatrix.h
/trunk/Matrix/src/init.c
1282
7803 d 19 h
bates
/trunk/Matrix/
Updates to multiplication and other methods
/trunk/Matrix/NAMESPACE
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/R/dgCMatrix.R
/trunk/Matrix/R/dgeMatrix.R
/trunk/Matrix/R/dpoMatrix.R
/trunk/Matrix/R/dspMatrix.R
/trunk/Matrix/man/Cholesky-class.Rd
/trunk/Matrix/man/dgeMatrix-class.Rd
/trunk/Matrix/man/dpoMatrix-class.Rd
/trunk/Matrix/man/dsyMatrix-class.Rd
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dgeMatrix.h
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dppMatrix.h
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dspMatrix.h
/trunk/Matrix/src/factorizations.c
/trunk/Matrix/src/init.c
/trunk/Matrix/tests/dpoMatrix.R
/trunk/Matrix/tests/validObj.R
1265
7804 d 20 h
bates
/trunk/Matrix/
Coercions and methods for dppMatrix and dspMatrix classes
/trunk/Matrix/R/dspMatrix.R
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dppMatrix.h
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dspMatrix.h