1 |
Package: Matrix |
Package: Matrix |
2 |
Version: 0.8-11 |
Version: 0.999375-2 |
3 |
Date: 2004-08-17 |
Date: 2007-08-16 |
4 |
Title: A Matrix package for R |
Title: A Matrix package for R |
5 |
Author: Douglas Bates <bates@stat.wisc.edu> |
Author: Douglas Bates <bates@stat.wisc.edu> and Martin Maechler <maechler@stat.math.ethz.ch> |
6 |
Maintainer: Douglas Bates <bates@stat.wisc.edu> |
Maintainer: Doug and Martin <Matrix-authors@R-project.org> |
7 |
Description: Classes and methods for numerical linear algebra |
Description: Classes and methods for dense and sparse matrices and |
8 |
using Lapack, LDL, TAUCS, Metis, and UMFPACK |
operations on them using Lapack, CSparse and CHOLMOD |
9 |
Depends: R (>= 1.9.0), methods |
Depends: R (>= 2.5.1), stats, methods, utils, lattice |
10 |
Imports: graphics, stats |
Imports: graphics, lattice, grid, stats |
11 |
Suggests: lattice |
Enhances: graph, SparseM |
12 |
License: GPL version 2 or later |
SystemRequirements: GNU make |
13 |
This R package includes code from the LDL, TAUCS, and Metis packages |
LazyLoad: yes |
14 |
which are covered by separate copyrights. See the file Copyrights for |
LazyData: no |
15 |
details. |
LazyDataNote: no longer available, since we use data/*.R *and* our classes |
16 |
|
License: GPL version 2 or later. |
17 |
|
This R package includes libraries CHOLMOD, AMD, COLAMD and CSparse |
18 |
|
from the University of Florida sparse matrix library maintained by Tim |
19 |
|
Davis. All sections of that code are covered by the GPL or LGPL |
20 |
|
licenses. See the directory doc/UFsparse for details. |