https://github.com/cran/Matrix
Raw File
Tip revision: ec2cddf48c7dae505c81e710ab0933acef19c30c authored by Martin Maechler on 03 March 2014, 00:00:00 UTC
version 1.1-2-2
Tip revision: ec2cddf
DESCRIPTION
Package: Matrix
Version: 1.1-2-2
Date: 2014-03-03
Priority: recommended
Title: Sparse and Dense Matrix Classes and Methods
Author: Douglas Bates <bates@stat.wisc.edu> and Martin Maechler
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com>
Contact: Doug and Martin <Matrix-authors@R-project.org>
Description: Classes and methods for dense and sparse matrices and
    operations on them using LAPACK and SuiteSparse.
Depends: R (>= 2.15.2), methods
Imports: graphics, grid, stats, utils, lattice
Suggests: expm, MASS
Enhances: MatrixModels, graph, SparseM, sfsmisc
Encoding: UTF-8
LazyData: no
LazyDataNote: not possible, since we use data/*.R *and* our classes
ByteCompile: yes
BuildResaveData: no
License: GPL (>= 2)
LicenseNote: The Matrix package includes libraries AMD, CHOLMOD,
        COLAMD, CSparse and SPQR from the SuiteSparse collection of Tim
        Davis.  All sections of that code are covered by the GPL or
        LGPL licenses.  See the directory doc/UFsparse for details.
URL: http://Matrix.R-forge.R-project.org/
Packaged: 2014-03-04 07:35:39 UTC; maechler
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-03-04 13:32:50
back to top