File: control

package info (click to toggle)
r-cran-bdsmatrix 1.3-7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: ansic: 1,161; sh: 13; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download
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
Source: r-cran-bdsmatrix
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-bdsmatrix
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-bdsmatrix.git
Homepage: https://cran.r-project.org/package=bdsmatrix
Rules-Requires-Root: no
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev

Package: r-cran-bdsmatrix
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R routines for block diagonal symmetric matrices
 Provides an R class for block diagonal symmetric matrices, allowing them to be
 manipulated much like an ordinary matrix, but the total memory use can be much
 smaller.
 .
 Also provides a solver for such matrices, and generalized Cholesky
 decomposition routines for both symmetric and block diagonal symmetric
 matrices.