1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libmath-sparsematrix-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: libmath-sparsevector-perl (>= 0.01),
perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Math-SparseMatrix/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-sparsematrix-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-sparsematrix-perl/
Package: libmath-sparsematrix-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libmath-sparsevector-perl (>= 0.01)
Description: Provides a sparse matrix class for perl
Math::SparseMatrix provides simple sparse matrix functionality such as
creation of sparse matrices, writing them out to a file, reading
matrices from files and reading transpose of a matrix stored in a
file.
|