https://github.com/cran/Matrix
Raw File
Tip revision: 1886b6b5ced3d9ae927f603a657938a6f73cf0ff authored by Doug and Martin on 24 July 2008, 00:00:00 UTC
version 0.999375-11
Tip revision: 1886b6b
DESCRIPTION
Package: Matrix
Version: 0.999375-11
Date: 2008-07-24
Title: A Matrix package for R
Author: Douglas Bates <bates@stat.wisc.edu> and Martin Maechler <maechler@stat.math.ethz.ch>
Maintainer: Doug and Martin <Matrix-authors@R-project.org>
Description: Classes and methods for dense and sparse matrices and
    operations on them using Lapack, CSparse and CHOLMOD
Depends: R (>= 2.6.0), stats, methods, utils, lattice
Imports: graphics, lattice, grid, stats
Enhances: graph, SparseM
SystemRequirements: GNU make
LazyLoad: yes
LazyData: no
LazyDataNote: no longer available, since we use data/*.R *and* our classes
License: GPL (>= 2)
LicenseDetails: The Matrix package includes libraries CHOLMOD, AMD, COLAMD and CSparse
 from the University of Florida sparse matrix library maintained by Tim
 Davis.  All sections of that code are covered by the GPL or LGPL
 licenses.  See the directory doc/UFsparse for details.
Packaged: Fri Jul 25 08:58:01 2008; maechler
back to top