DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibjama-dev
BeschreibungC++ Linear Algebra Package
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.2.4-2
Sektionlibdevel
Prioritätoptional
Installierte Größe156 Byte
Hängt ab vonlibtnt-dev
Empfohlene Pakete
PaketbetreuerJuan Esteban Monsalve Tobon
Quellelibjama
Paketgröße54216 Byte
Prüfsumme MD57d67ba8db0cf22e4d2fd33e2c3570bd9
Prüfsumme SHA1ef120dfcacec3c62f96b2600872bc98d524f051a
Prüfsumme SHA256aa54b3ad037e566f79f065fde8421cfff80057ad6f5779bb4d420188083d38c2
Link zum Herunterladenlibjama-dev_1.2.4-2_all.deb
Ausführliche BeschreibungJAMA/C++ was adapted for The Template Numerical Toolkit (TNT) from JAMA, a Java Matrix Library, developed jointly by the Mathworks and NIST. See http://math.nist.gov/javanumerics/jama for more information. . 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. . Homepage: http://math.nist.gov/tnt/


Impressum
Linux is a registered trademark of Linus Torvalds