1 |
Package: Matrix |
Package: Matrix |
2 |
Version: 1.2-11 |
Version: 1.2-12 |
3 |
Date: 2017-08-08 |
Date: 2017-09-00 |
4 |
Priority: recommended |
Priority: recommended |
5 |
Title: Sparse and Dense Matrix Classes and Methods |
Title: Sparse and Dense Matrix Classes and Methods |
|
Author: Douglas Bates <bates@stat.wisc.edu> and Martin Maechler |
|
|
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com> |
|
6 |
Contact: Doug and Martin <Matrix-authors@R-project.org> |
Contact: Doug and Martin <Matrix-authors@R-project.org> |
7 |
|
Authors@R: c(person("Douglas","Bates", role="aut") |
8 |
|
, person("Martin","Maechler", email="mmaechler+Matrix@gmail.com", |
9 |
|
role = c("aut","cre")) |
10 |
|
, person("Timothy A.", "Davis", role="ctb", |
11 |
|
comment = c("SuiteSparse and 'cs' C libraries, notably CHOLMOD, AMD;", |
12 |
|
"collaborators listed in", |
13 |
|
"dir(pattern = '^[A-Z]+\.txt$', |
14 |
|
system.file('doc','SuiteSparse', package='Matrix'))") |
15 |
|
, person("Jens", "Oehlschlägel", role="ctb", comment="initial nearPD()") |
16 |
|
, person("Jason", "Riedy", role="ctb", |
17 |
|
comment = c("condest() and onenormest() for octave", |
18 |
|
"Copyright: Regents of the University of California")) |
19 |
|
, person("R Core Team", role = "ctb", comment="base R matrix implementation") |
20 |
|
, person("R Foundation", role = "ctb", comment="some po/ translation files") |
21 |
|
) |
22 |
|
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com> |
23 |
Description: Classes and methods for dense and sparse matrices and |
Description: Classes and methods for dense and sparse matrices and |
24 |
operations on them using 'LAPACK' and 'SuiteSparse'. |
operations on them using 'LAPACK' and 'SuiteSparse'. |
25 |
Depends: R (>= 3.0.1) |
Depends: R (>= 3.0.1) |