File: control

package info (click to toggle)
libmath-sparsevector-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 80 kB
  • ctags: 16
  • sloc: perl: 213; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 850 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libmath-sparsevector-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: 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-SparseVector/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-sparsevector-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-sparsevector-perl/

Package: libmath-sparsevector-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Provides a sparse vector class for perl
 Supports sparse vector operations such as setting a value in a vector,
 reading a value at a given index, obtaining all indices, addition and
 dot product of two sparse vectors, and vector normalization.