-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: sparseinv | ||
Type: Package | ||
Title: Computation of the Sparse Inverse Subset | ||
Version: 0.1 | ||
Date: 2018-01-13 | ||
Version: 0.1.1 | ||
Date: 2018-01-16 | ||
Authors@R: c( | ||
person("Andrew", "Zammit-Mangion", , "[email protected]", c("aut", "cre")), | ||
person("Timothy", "Davis", , "[email protected]", role = "ctb"), | ||
|
@@ -15,16 +15,17 @@ Suggests: | |
testthat | ||
Imports: | ||
Matrix, | ||
methods, | ||
methods, | ||
spam | ||
Description: Creates a wrapper for the SuiteSparse routines | ||
that compute the Takahashi equations. These equations compute the | ||
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 | ||
(permuted) Cholesky factor is non-zero. The resulting matrix is | ||
known as a sparse inverse subset. Some helper functions (like the | ||
permuted Cholesky factorisation) are also implemented. Support for | ||
spam matrices is currently limited and will be implemented in the future. | ||
BugReports: http://github.com/andrewzm/sparseinv/issues | ||
its Cholesky factor is 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 (2017) <arXiv:1707.00892> for the | ||
application of these equations to statistics. | ||
Depends: | ||
R (>= 3.1) | ||
License: GPL (>= 2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters