1 |
Package: Matrix |
Package: Matrix |
2 |
Version: 1.2-12 |
Version: 1.2-12 |
3 |
Date: 2017-08-21 |
Date: 2017-09-04 |
4 |
Priority: recommended |
Priority: recommended |
5 |
Title: Sparse and Dense Matrix Classes and Methods |
Title: Sparse and Dense Matrix Classes and Methods |
6 |
Contact: Doug and Martin <Matrix-authors@R-project.org> |
Contact: Doug and Martin <Matrix-authors@R-project.org> |
17 |
comment = c("condest() and onenormest() for octave", |
comment = c("condest() and onenormest() for octave", |
18 |
"Copyright: Regents of the University of California")) |
"Copyright: Regents of the University of California")) |
19 |
, person("R Core Team", role = "ctb", comment="base R matrix implementation") |
, person("R Core Team", role = "ctb", comment="base R matrix implementation") |
|
, person("R Foundation", role = "ctb", comment="some po/ translation files") |
|
20 |
) |
) |
21 |
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com> |
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com> |
22 |
Description: Classes and methods for dense and sparse matrices and |
Description: A rich hierarchy of matrix classes, including triangular, |
23 |
operations on them using 'LAPACK' and 'SuiteSparse'. |
symmetric, and diagonal matrices, both dense and sparse and with |
24 |
|
pattern, logical and numeric entries. Numerous methods for and |
25 |
|
operations on these matrices, using 'LAPACK' and 'SuiteSparse' libraries. |
26 |
Depends: R (>= 3.0.1) |
Depends: R (>= 3.0.1) |
27 |
Imports: methods, graphics, grid, stats, utils, lattice |
Imports: methods, graphics, grid, stats, utils, lattice |
28 |
Suggests: expm, MASS |
Suggests: expm, MASS |