libmath-matrix-maybegsl-perl 0.008-1 source package in Ubuntu

Changelog

libmath-matrix-maybegsl-perl (0.008-1) unstable; urgency=medium

  * New upstream version 0.008
  * Bump copyright years.
  * Update standards version to 4.6.2, no changes needed.

 -- Andrius Merkys <email address hidden>  Wed, 25 Jan 2023 01:40:26 -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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmath-matrix-maybegsl-perl_0.008-1.dsc 2.3 KiB b6e8971f44b4fe379a781a023f97d671f659b62b7fe2c45445ca756bb544d99f
libmath-matrix-maybegsl-perl_0.008.orig.tar.gz 14.5 KiB bcb7f02a3e3369f8d5541f01782385df8ccd95781f9062a03456cd7362993f58
libmath-matrix-maybegsl-perl_0.008-1.debian.tar.xz 1.8 KiB e4e1eb0ab4fafc150cee7599a8213d0c8bb974e04cb7431a608640ec4386f541

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.