Package Matrix updated to version 0.999375-1 with previous version 0.999375-0 dated 2007-07-07
Diff between Matrix versions 0.999375-0 dated 2007-07-07 and 0.999375-1 dated 2007-08-03
ChangeLog | 92 ++++++++
DESCRIPTION | 8
Done | 4
NAMESPACE | 10
R/AllClass.R | 90 +++++++-
R/AllGeneric.R | 8
R/Auxiliaries.R | 53 ----
R/CHMfactor.R | 2
R/Csparse.R | 29 ++
R/Matrix.R | 29 ++
R/Ops.R | 33 +--
R/dMatrix.R | 70 +++++-
R/denseMatrix.R | 5
R/dgeMatrix.R | 18 +
R/dpoMatrix.R | 8
R/dsyMatrix.R | 22 +-
R/dtrMatrix.R | 4
R/lMatrix.R | 14 +
R/ldenseMatrix.R | 21 +
R/lgTMatrix.R | 8
R/lsparseMatrix.R | 20 +
R/ndenseMatrix.R | 10
R/ngTMatrix.R | 9
R/pMatrix.R | 40 +++
R/sparseMatrix.R | 38 ++-
TODO | 19 +
inst/doc/Comparisons.pdf |binary
inst/doc/Intro2Matrix.pdf |binary
inst/doc/Introduction.pdf |binary
inst/include/Matrix.h | 13 -
inst/include/Matrix_stubs.c | 415 +++++++++++++++++++-------------------
inst/include/cholmod.h | 135 +++++-------
man/CHMfactor-class.Rd | 1
man/Cholesky.Rd | 27 +-
man/Matrix-class.Rd | 2
man/all-methods.Rd | 7
man/band.Rd | 6
man/colSums.Rd | 8
man/dMatrix-class.Rd | 7
man/ddenseMatrix-class.Rd | 2
man/denseMatrix-class.Rd | 3
man/dgRMatrix-class.Rd | 8
man/dpoMatrix-class.Rd | 9
man/dsRMatrix-class.Rd | 16 -
man/dsparseMatrix-class.Rd | 2
man/dsyMatrix-class.Rd | 1
man/dtRMatrix-class-def.Rd | 8
man/dtrMatrix-class.Rd | 2
man/ldenseMatrix-class.Rd | 3
man/nMatrix-class.Rd | 1
man/ndenseMatrix-class.Rd | 1
man/norm.Rd | 42 ++-
man/pMatrix-class.Rd | 6
man/rcond.Rd | 45 ++--
man/sparseMatrix-class.Rd | 1
src/CHOLMOD/Check/cholmod_write.c | 1
src/Csparse.c | 46 ++++
src/Csparse.h | 2
src/TMatrix_as.c | 10
src/chm_common.c | 23 +-
src/chm_common.h | 3
src/dgCMatrix.c | 37 ++-
src/dgCMatrix.h | 1
src/dgeMatrix.c | 71 +++---
src/dpoMatrix.c | 14 -
src/dppMatrix.c | 8
src/dspMatrix.c | 8
src/dsyMatrix.c | 14 -
src/dsyMatrix.h | 2
src/dtCMatrix.c | 55 ++++-
src/dtCMatrix.h | 1
src/dtrMatrix.c | 22 +-
src/dtrMatrix.h | 2
src/init.c | 8
src/ldense.c | 12 -
tests/Class+Meth.R | 64 ++++-
tests/group-methods.R | 5
tests/matprod.R | 4
78 files changed, 1217 insertions(+), 631 deletions(-)
More information about Matrix at CRAN
Permanent link