https://github.com/cran/Matrix
Raw File
Tip revision: 7949d541a5e62699f360caf14a7c0dd35e4c4ec3 authored by Doug and Martin on 10 December 2008, 00:00:00 UTC
version 0.999375-17
Tip revision: 7949d54
DESCRIPTION
Package: Matrix
Version: 0.999375-17
Date: 2008-12-10
Title: Sparse and Dense Matrix Classes and Methods
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 and SuiteSparse.
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 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.
Packaged: Wed Dec 10 12:47:44 2008; bates
back to top