aboutsummaryrefslogtreecommitdiffstats
path: root/math/mtl/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/mtl/pkg-descr')
-rw-r--r--math/mtl/pkg-descr13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/mtl/pkg-descr b/math/mtl/pkg-descr
deleted file mode 100644
index 00dfe45af3d9..000000000000
--- a/math/mtl/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-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/