1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: rmatrix
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev (>= 4.5.1), r-cran-lattice (>= 0.12-11.1)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/edd/r-cran-matrix
Vcs-Git: https://salsa.debian.org/edd/r-cran-matrix.git
Homepage: https://cran.r-project.org/package=Matrix
Package: r-cran-matrix
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-base-core (>= 4.4.0~), r-cran-lattice
Description: GNU R package of classes for dense and sparse matrices
This CRAN package provides S4 classes and methods for numerical
linear algebra using dense or sparse matrices. The sparse matrix
implementation uses code from the LDL sparse matrix package and
code from the Metis package of partitioning algorithms.
|