mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +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:
parent
bb57bef7a5
commit
e3c47ad385
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8783
24
math/p5-MatrixReal/Makefile
Normal file
24
math/p5-MatrixReal/Makefile
Normal 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>
|
1
math/p5-MatrixReal/distinfo
Normal file
1
math/p5-MatrixReal/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Math-MatrixReal-1.2.tar.gz) = 79c7089549a6f894f6071ddcc837d35c
|
1
math/p5-MatrixReal/pkg-comment
Normal file
1
math/p5-MatrixReal/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A perl module implementing a Matrix of Reals.
|
20
math/p5-MatrixReal/pkg-descr
Normal file
20
math/p5-MatrixReal/pkg-descr
Normal 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
|
6
math/p5-MatrixReal/pkg-plist
Normal file
6
math/p5-MatrixReal/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user