1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

This is a port of Math::MatrixReal, a perl module impleneting a matrix of

reals.

PR:		ports/4402
Submitted by:	Narvi <narvi@haldjas.folklore.ee>
This commit is contained in:
Bill Fenner 1997-11-24 00:47:51 +00:00
parent bb57bef7a5
commit e3c47ad385
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8783
5 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# Ports collection Makefile for: Math-MatrixReal
# Version Required: 1.2
# Date Created: Aug 14 1997
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
#
# $Id$
DISTNAME= Math-MatrixReal-1.2
PKGNAME= p5-MatrixReal-1.2
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
MAINTAINER= sander@haldjas.folklore.ee
#USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5
MAN3= Math::MatrixReal.3 Math::Kleene.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Math-MatrixReal-1.2.tar.gz) = 79c7089549a6f894f6071ddcc837d35c

View File

@ -0,0 +1 @@
A perl module implementing a Matrix of Reals.

View File

@ -0,0 +1,20 @@
p5-MatrixReal is port of the perl module Math::MatrixReal, implementing a
matrix of Reals.
Math::MatrixReal needs support for operator overloading to support
operations on matrixes as though they were just another basic perl type.
In addition to the basics (+, -, *) also supported are:
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, solving linear equations, etc.
It also has an implementation of Kleene's algorithm for finding minimal
costs for paths in a graph.
This is Math:MatrixReal version 1.2
-- sander

View File

@ -0,0 +1,6 @@
lib/perl5/site_perl/Math/MatrixReal.pm
lib/perl5/site_perl/Math/Kleene.pod
lib/perl5/man/man3/Math::MatrixReal.3.gz
lib/perl5/man/man3/Math::Kleene.3.gz
lib/perl5/site_perl/i386-freebsd/auto/Math/MatrixReal/.packlist
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Math/MatrixReal