summaryrefslogtreecommitdiff
path: root/math/mtl/distinfo
diff options
context:
space:
mode:
authorjtb <jtb>2003-04-29 23:52:25 +0000
committerjtb <jtb>2003-04-29 23:52:25 +0000
commit8ad59f1d3a1f06460a90656574618b3d993f0084 (patch)
tree4767c81281dbc938b2807402c94558a014160a26 /math/mtl/distinfo
parent14bc94ea9f7e765934abeda863e87475763cf981 (diff)
downloadpkgsrc-8ad59f1d3a1f06460a90656574618b3d993f0084.tar.gz
Initial import of mtl.
The Matrix Template Library is a C++ class library for basic linear algebra. The MTL is designed for high-performance while at the same time taking advantage of the generic programming paradigm (ala the STL) to allow much greater flexibility and breadth of functionality. Many new and advanced programming techniques were used in the construction of this library. The MTL is a low level library in the sense that the user must be conscious of the matrix type being used, and that all computationally expensive operations are explicit. The MTL is not a C++ Matlab. Nevertheless, the interface is designed to be simple and easy to use. The matrix types provided include compressed sparse row/column, banded, packed, diagonal (and tridiagonal), envelope, array of pointers, and of course dense matrices. All matrix types share a common and easy to use interface. The algorithms consist of the traditional basic linear algebra routines (from the BLAS level-1 to 3) which includes matrix and vector arithmetic as well as operations such as backward substitution and norm calculations.
Diffstat (limited to 'math/mtl/distinfo')
-rw-r--r--math/mtl/distinfo4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/mtl/distinfo b/math/mtl/distinfo
new file mode 100644
index 00000000000..caba405d710
--- /dev/null
+++ b/math/mtl/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/04/29 23:52:26 jtb Exp $
+
+SHA1 (mtl-2.1.2-21.tar.gz) = 4be1d02ae39a20a4e28931f619e4f77bdebfa784
+Size (mtl-2.1.2-21.tar.gz) = 273258 bytes