Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37804920
en ru br
ALT Linux repos
5.0: 2.r6668.alpha-alt2.M50.1

Group :: Sciences/Mathematics
RPM: mtl4

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.r6668.alpha-alt2.M50.1
Build date: 19 may 2009, 15:54 ( 780.9 weeks ago )
Size: 1417.45 Kb

Home page:   http://www.osl.iu.edu/research/mtl/mtl4/

License: BSD-like
Summary: The Matrix Template Library, Version 4
Description:

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 or
Mathematica. Nevertheless, the interface is designed to be simple and easy
to use.

The matrix types provided include compressed sparse row/column,
traditional row- and column-major dense, Morton-order, and block-recursive
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.

Current maintainer: Eugeny A. Rostovtsev (REAL)

List of contributors

List of rpms provided by this srpm:

  • libmtl2-devel
  • libmtl2-devel-doc
  • libmtl4-devel
  • libmtl4-devel-docs
  • mtl4
  • mtl4-examples
  • mtl4-tests
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin