File: control

package info (click to toggle)
rmatrix 0.95.5-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,732 kB
  • ctags: 2,028
  • sloc: ansic: 22,357; makefile: 74; sh: 28
file content (19 lines) | stat: -rw-r--r-- 626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: rmatrix
Section: math
Priority: optional
Maintainer: Douglas Bates <bates@stat.wisc.edu>
Build-Depends: debhelper (>> 4.1.0), cdbs, r-base-dev (>= 2.0.1), r-cran-lattice
Standards-Version: 3.6.1.1

Package: r-cran-matrix
Architecture: any
Depends: ${shlibs:Depends}, r-base-core (>= 2.0.1)
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.