-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
36 lines (36 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: sparseinv
Type: Package
Title: Computation of the Sparse Inverse Subset
Version: 0.1.3
Date: 2018-04-01
Authors@R: c(
person("Andrew", "Zammit-Mangion", , "[email protected]", c("aut", "cre")),
person("Timothy", "Davis", , "[email protected]", role = "ctb"),
person("Patrick","Amestoy", ,"[email protected]", role = "ctb"),
person("Iain","Duff", ,"[email protected]", role = "ctb"),
person("John K.","Reid", ,"[email protected]", role = "ctb"))
Maintainer: Andrew Zammit-Mangion <[email protected]>
Suggests:
covr,
testthat
Imports:
Matrix,
methods,
Rcpp,
spam
Description: Creates a wrapper for the 'SuiteSparse' routines
that execute the Takahashi equations. These equations compute the
elements of the inverse of a sparse matrix at locations where the
its Cholesky factor is structurally non-zero. The resulting matrix is known as a
sparse inverse subset. Some helper functions are also implemented.
Support for spam matrices is currently limited and will be implemented
in the future. See Rue and Martino (2007) <doi:10.1016/j.jspi.2006.07.016>
and Zammit-Mangion and Rougier (2018) <doi:10.1016/j.csda.2018.02.001> for the
application of these equations to statistics.
Depends:
R (>= 3.1)
License: GPL (>= 2)
NeedsCompilation: yes
LazyData: true
RoxygenNote: 6.0.1
LinkingTo: Rcpp