1 |
Package: Matrix |
Package: Matrix |
2 |
Version: 1.2-12 |
Version: 1.2-12 |
3 |
Date: 2017-09-04 |
Date: 2017-11-10 |
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> |
7 |
|
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com> |
8 |
Authors@R: c(person("Douglas","Bates", role="aut") |
Authors@R: c(person("Douglas","Bates", role="aut") |
9 |
, person("Martin","Maechler", email="mmaechler+Matrix@gmail.com", |
, person("Martin","Maechler", email="mmaechler+Matrix@gmail.com", |
10 |
role = c("aut","cre")) |
role = c("aut","cre")) |
11 |
, person("Timothy A.", "Davis", role="ctb", |
, person("Timothy A.", "Davis", role="ctb", |
12 |
comment = c("SuiteSparse and 'cs' C libraries, notably CHOLMOD, AMD;", |
comment = c("SuiteSparse and 'cs' C libraries, notably CHOLMOD, AMD; |
13 |
"collaborators listed in", |
collaborators listed in |
14 |
"dir(pattern = '^[A-Z]+[.]txt$', |
dir(pattern = '^[A-Z]+[.]txt$', full.names=TRUE, |
15 |
system.file('doc','SuiteSparse', package='Matrix'))")) |
system.file('doc','SuiteSparse', package='Matrix'))")) |
16 |
, person("Jens", "Oehlschlägel", role="ctb", comment="initial nearPD()") |
, person("Jens", "Oehlschlägel", role="ctb", comment="initial nearPD()") |
17 |
, person("Jason", "Riedy", role="ctb", |
, person("Jason", "Riedy", role="ctb", |
19 |
"Copyright: Regents of the University of California")) |
"Copyright: Regents of the University of California")) |
20 |
, person("R Core Team", role = "ctb", comment="base R matrix implementation") |
, person("R Core Team", role = "ctb", comment="base R matrix implementation") |
21 |
) |
) |
|
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com> |
|
22 |
Description: A rich hierarchy of matrix classes, including triangular, |
Description: A rich hierarchy of matrix classes, including triangular, |
23 |
symmetric, and diagonal matrices, both dense and sparse and with |
symmetric, and diagonal matrices, both dense and sparse and with |
24 |
pattern, logical and numeric entries. Numerous methods for and |
pattern, logical and numeric entries. Numerous methods for and |