Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Math::MatrixReal - Matrix of Reals
This module includes many important matrix operations and methods:
matrix norm, matrix transposition, matrix inverse, determinant of a
matrix, order and numerical condition of a matrix, scalar product of
vectors, vector product of vectors, vector length, projection of row
and column vectors, a comfortable way for reading in a matrix from a
file, the keyboard or your code, and many more.
Systems of linear equations may be solved using an efficient algorithm
known as "L-R-decomposition" and several approximative (iterative)
methods. The Householder transformation and QL decomposition for the
determination of the eigensystem of a real symmetric matrix are also
implemented.
The module also features an implementation of Kleene's algorithm to
compute the minimal costs for all paths in a graph with weighted edges
(the "weights" being the costs associated with each edge).

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.21 2013/05/31 12:41:23 wiz Exp $
DISTNAME= Math-MatrixReal-2.08
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5mmr
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Math-MatrixReal/
COMMENT= Perl module for performing operations on real matrices
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Math/MatrixReal/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2011/08/06 20:53:17 adam Exp $
SHA1 (Math-MatrixReal-2.08.tar.gz) = 44751511f0fab359c1e5e88f83ec28aa1e4b2533
RMD160 (Math-MatrixReal-2.08.tar.gz) = 8b4ef40be0adac275d9b678e44c17d82f9a5cd1e
Size (Math-MatrixReal-2.08.tar.gz) = 80582 bytes