mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
18 lines
773 B
XML
18 lines
773 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
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.
|
|
</longdescription>
|
|
</pkgmetadata>
|