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
/
dgeMatrix.c
@ 3543
– 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 3 h
maechler
/branches/Matrix-for-R-2.3.x/
branching an "old-R" compatible version of Matrix
/branches/Matrix-for-R-2.3.x
3520
7271 d 21 h
bates
/trunk/Matrix/
Promotion of %*% and solve to RHS of ddenseMatrix
/trunk/Matrix/R/ddenseMatrix.R
/trunk/Matrix/R/dgCMatrix.R
/trunk/Matrix/R/dgeMatrix.R
/trunk/Matrix/R/dspMatrix.R
/trunk/Matrix/R/dsyMatrix.R
/trunk/Matrix/R/dtpMatrix.R
/trunk/Matrix/R/dtrMatrix.R
/trunk/Matrix/man/CsparseMatrix-class.Rd
/trunk/Matrix/man/ddenseMatrix-class.Rd
/trunk/Matrix/man/dgCMatrix-class.Rd
/trunk/Matrix/man/dgeMatrix-class.Rd
/trunk/Matrix/man/dsyMatrix-class.Rd
/trunk/Matrix/man/dtpMatrix-class.Rd
/trunk/Matrix/man/dtrMatrix-class.Rd
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dgeMatrix.h
/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/dtpMatrix.h
/trunk/Matrix/src/dtrMatrix.c
3508
7274 d 3 h
bates
/trunk/Matrix/
Added triu, tril and band for ddenseMatrix objects.
/trunk/Matrix/ChangeLog
/trunk/Matrix/R/ddenseMatrix.R
/trunk/Matrix/man/band.Rd
/trunk/Matrix/src/dense.c
/trunk/Matrix/src/dense.h
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dgeMatrix.h
/trunk/Matrix/src/init.c
3505
7275 d 2 h
bates
/trunk/Matrix/src/
Added initial version of dgeMatrix_band but may change design
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dgeMatrix.h
/trunk/Matrix/src/init.c
3484
7277 d 3 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
3476
7277 d 22 h
bates
/trunk/Matrix/src/
Ensure 'factors' slot exists in result of dgeMatrix_crossprod (may need to do this in other places).
/trunk/Matrix/src/dgeMatrix.c
3454
7279 d 18 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
3451
7280 d 4 h
maechler
/trunk/Matrix/
rename class "LU" to "denseLU" and make "LU" virtual
/trunk/Matrix/tests/sparseQR.R
/trunk/Matrix/NAMESPACE
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/R/LU.R
/trunk/Matrix/R/dgeMatrix.R
/trunk/Matrix/R/pMatrix.R
/trunk/Matrix/R/sparseQR.R
/trunk/Matrix/man/LU-class.Rd
/trunk/Matrix/man/lu.Rd
/trunk/Matrix/man/pMatrix-class.Rd
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/tests/other-pkgs.R
2260
7488 d 20 h
bates
/trunk/Matrix/src/
Initialize result of dgeMatrix_crossprod
/trunk/Matrix/src/dgeMatrix.c
2200
7497 d 22 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
2197
7498 d 19 h
maechler
/trunk/Matrix/src/
new dMatrix_validate and dense_nonpacked_validate
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dgeMatrix.h
/trunk/Matrix/src/dsyMatrix.c
/trunk/Matrix/src/dtrMatrix.c
/trunk/Matrix/src/init.c
2100
7514 d 23 h
maechler
/trunk/Matrix/src/
dgeMatrix_matrix_crossprod(*, trans)
/trunk/Matrix/src/dgeMatrix.c
2095
7515 d 8 h
maechler
/trunk/Matrix/
some 2-argument-tcrossprod methods (and test svn)
/trunk/Matrix/R/dgeMatrix.R
/trunk/Matrix/man/dgeMatrix-class.Rd
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dgeMatrix.h
/trunk/Matrix/src/init.c
1908
7597 d 23 h
maechler
/trunk/Matrix/src/
comment
/trunk/Matrix/src/dgeMatrix.c
1463
7751 d 19 h
bates
/trunk/Matrix/
Added colSums and friends for dgeMatrix class
/trunk/Matrix/tests/rowcolOps.R
/trunk/Matrix/ChangeLog
/trunk/Matrix/R/dgeMatrix.R
/trunk/Matrix/man/dgeMatrix-class.Rd
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dgeMatrix.h
/trunk/Matrix/src/init.c
1389
7769 d 23 h
maechler
/trunk/Matrix/src/
-Wall
/trunk/Matrix/src/dgeMatrix.c
1383
7770 d 2 h
bates
/trunk/Matrix/src/
Give a warning, not an error, for detection of exact singularity in the LU decomposition
/trunk/Matrix/src/dgeMatrix.c
1381
7770 d 5 h
bates
/trunk/Matrix/
Release 0.95-6
/trunk/Matrix/src/lgCMatrix.c
/trunk/Matrix/src/lgCMatrix.h
/trunk/Matrix/src/lgTMatrix.c
/trunk/Matrix/src/lgTMatrix.h
/trunk/Matrix/ChangeLog
/trunk/Matrix/DESCRIPTION
/trunk/Matrix/INDEX
/trunk/Matrix/NAMESPACE
/trunk/Matrix/R/AllClass.R
/trunk/Matrix/src/Metis_utils.c
/trunk/Matrix/src/Metis_utils.h
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/SOURCES_C.mkf
/trunk/Matrix/src/bCrosstab.c
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/init.c
/trunk/Matrix/src/lmer.c
1324
7787 d 22 h
bates
/trunk/Matrix/
Create "fallback" methods for any kind of numeric, dense matrix
/trunk/Matrix/R/ddenseMatrix.R
/trunk/Matrix/R/dgeMatrix.R
/trunk/Matrix/R/eigen.R
/trunk/Matrix/man/Schur.Rd
/trunk/Matrix/man/dgeMatrix-class.Rd
/trunk/Matrix/man/expm.Rd
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dgeMatrix.h
/trunk/Matrix/src/init.c
1285
7803 d 3 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
←Prev
1
2
Next→
Show All