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