libmath-matrix-maybegsl-perl 0.007-2 source package in Ubuntu

Changelog

libmath-matrix-maybegsl-perl (0.007-2) unstable; urgency=medium

  [ lintian-brush ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Andrius Merkys <email address hidden>  Mon, 13 Dec 2021 10:22:10 -0500

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmath-matrix-maybegsl-perl_0.007-2.dsc 2.3 KiB b5e343b6127b968f62be9b68a71283b3de5dacf71226a229e74e757ddd297ce2
libmath-matrix-maybegsl-perl_0.007.orig.tar.gz 13.6 KiB cb6f895ae683db7c03526837bf1fa22690e2e65cfd896b2f43b661e8c2eac19c
libmath-matrix-maybegsl-perl_0.007-2.debian.tar.xz 1.7 KiB ee0ad6ccbe1ef2f093c16c2e54a80dd7521891440e1c4aea270ccd53fe547555

Available diffs

No changes file available.

Binary packages built by this source

libmath-matrix-maybegsl-perl: Uniform use of Math::MatrixReal and Math::GSL::Matrix

 Math::Matrix::MaybeGSL interfaces with Math::GSL::Matrix or, if that is not
 available, Math::MatrixReal. The idea behind this module is to allow the
 development of tools that use matrices that will work in pure Perl (using
 Math::MatrixReal) or with extra efficiency using Math::GSL::Matrix.
 .
 Given the two modules API is quite distinct, this module defines its own API,
 using method names from both these modules.