aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-13 08:53:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-13 08:53:38 +0000
commit2490c3b2a5bd55d51d83fcbdfafe27ef39d2c3de (patch)
tree19dba9441755675e90f39a2652859086b5f81fd8 /math/Makefile
parente25e8c4832615d64f9e853f167b1af00111e695a (diff)
downloadports-2490c3b2a5bd55d51d83fcbdfafe27ef39d2c3de.tar.gz
ports-2490c3b2a5bd55d51d83fcbdfafe27ef39d2c3de.zip
The Math::VectorReal package defines a 3D mathematical "vector",
in a way that is compatible with the previous CPAN module Math::MatrixReal. However it provides a more vector oriented set of mathematical functions and overload operators, to the MatrixReal package. For example the normal perl string functions "x" and "." have been overloaded to allow vector cross and dot product operations. Vector math formula thus looks like vector math formula in perl programs using this package. WWW: http://search.cpan.org/dist/Math-VectorReal/ PR: ports/134460 Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes: svn path=/head/; revision=233830
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 5faa023750d5..8846c831d526 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -351,6 +351,7 @@
SUBDIR += p5-Math-Units
SUBDIR += p5-Math-Vec
SUBDIR += p5-Math-VecStat
+ SUBDIR += p5-Math-VectorReal
SUBDIR += p5-MatrixReal
SUBDIR += p5-NetCDF
SUBDIR += p5-Number-Compare