aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-10-07 20:43:52 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-10-07 20:43:52 +0000
commitffdf4a418b5a53ea72d940bee569c685408b3f02 (patch)
tree84112badc93dea336235f731eff1a567b128c442 /math/Makefile
parent01aeb9e835b1143c5f294f9123edb0d39346e159 (diff)
downloadports-ffdf4a418b5a53ea72d940bee569c685408b3f02.tar.gz
ports-ffdf4a418b5a53ea72d940bee569c685408b3f02.zip
LTL is a C++ class template library for scientific computing which provides
high performance via SSE3 floating point support for vector operations. Useful for array processing, image processing, FITS and ASCII I/O, and linear algebra (astronomical and scientific computing, in short). LTL provides dynamic arrays of up to 5-dimensions, subarrays and slicing, support for fixed size vectors and matrices including basic linear algebra operations, expression templates based evaluation, and I/O facilities for ascii and FITS format files. Users of the boost and blitz++ library may find the cross-pollination of these unique features to be fruitful. WWW: http://www.mpe.mpg.de/~drory/ltl/ PR: ports/103310 Submitted by: rossiya
Notes
Notes: svn path=/head/; revision=174849
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 40e640b60a80..7742984ae46b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -132,6 +132,7 @@
SUBDIR += linpack
SUBDIR += linux-relview
SUBDIR += lp_solve
+ SUBDIR += ltl
SUBDIR += mathomatic
SUBDIR += matrix
SUBDIR += maxima