aboutsummaryrefslogtreecommitdiffstats
path: root/math/mtl/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-03-15 17:12:15 +0800
committerijliao <ijliao@FreeBSD.org>2002-03-15 17:12:15 +0800
commit407d0afd891f31227655d1a25c17017edcd2a47d (patch)
treeb93f9b12cac608635d1c854369e084991a5a943f /math/mtl/pkg-descr
parent7093dd4ff82cba196766303c6b4c9905d0d4a71c (diff)
downloadfreebsd-ports-gnome-407d0afd891f31227655d1a25c17017edcd2a47d.tar.gz
freebsd-ports-gnome-407d0afd891f31227655d1a25c17017edcd2a47d.tar.zst
freebsd-ports-gnome-407d0afd891f31227655d1a25c17017edcd2a47d.zip
add mtl 2.1.2-20
The Matrix Template Library
Diffstat (limited to 'math/mtl/pkg-descr')
-rw-r--r--math/mtl/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/mtl/pkg-descr b/math/mtl/pkg-descr
new file mode 100644
index 000000000000..4c9d3f769f03
--- /dev/null
+++ b/math/mtl/pkg-descr
@@ -0,0 +1,12 @@
+The Matrix Template Library (MTL) is a high-performance generic component
+library that provides comprehensive linear algebra functionality for a wide
+variety of matrix formats.
+As with the Standard Template Library (STL), MTL uses a five-fold approach,
+consisting of generic functions, containers, iterators, adaptors, and function
+objects, all developed specifically for high performance numerical linear
+algebra. Within this framework, MTL provides generic algorithms corresponding
+to the mathematical operations that define linear algebra. Similarly, the
+containers, adaptors, and iterators are used to represent and to manipulate
+concrete linear algebra objects such as matrices and vectors.
+
+WWW: http://www.osl.iu.edu/research/mtl/