The Template Numerical Toolkit (TNT) is a collection of interfaces and reference implementations of numerical objects useful for scientific computing in C++. The toolkit defines interfaces for basic data structures, such as multidimensional arrays and sparse matrices, commonly used in numerical applications. The goal of this package is to provide reusable software components that address many of the portability and maintenance problems with C++ codes. TNT provides a distinction between "interfaces" and "implementations" of TNT components. For example, there is a TNT interface for two-dimensional arrays which describes how individual elements are accessed and how certain information, such as the array dimensions, can be used in algorithms; however, there can be several implementations of such an interface: one that uses expression templates, or one that uses BLAS kernels, or another that is instrumented to provide debugging information. By specifying only the interface, applications codes may utilize such algorithms, while giving library developers the greatest flexibility in employing optimization or portability strategies. WWW: http://math.nist.gov/tnt/ .cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/jack/files
span class='deletions'>-6/+2
Commit message (Expand)AuthorAgeFilesLines
* - Fix alsa driver.nox2012-05-251-0/+11
* - Update to 0.121.2 .nox2011-09-193-42/+35
* - chase celt library bumpbapt2011-04-121-0/+23
* - Fixed location of include endian.h to file drivers/alsa/memops.csylvio2010-05-091-0/+11
* - Remove SITE_PERL from *_DEPENDSculot2012-06-071-4/+4
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1