Fedora 20 Update: libflatarray-0.1.1-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Tue Feb 25 07:48:11 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-2550
2014-02-15 05:32:36
--------------------------------------------------------------------------------

Name        : libflatarray
Product     : Fedora 20
Version     : 0.1.1
Release     : 1.fc20
URL         : http://www.libgeodecomp.org/libflatarray.html
Summary     : C++ library for highly efficient multi-dimensional arrays
Description :
LibFlatArray acts as a highly efficient multi-dimensional array of
arbitrary objects (array of structs, AoS), but really uses a struct of
arrays (SoA) memory layout. It's great for writing vectorized code and
its lightning-fast iterators give you access to neighboring elements
with zero address generation overhead.

Use cases include:
- computer simulations (e.g. stencil codes such as Lattice Boltzmann Methods)
- image processing (e.g. Gaussian filters)
- numerical methods (e.g. multiplication of complex matrices)

The library is written in C++ and uses templates to shift the burden
of address computation from runtime to compile time. It shares some
infrastructure with its parent project LibGeoDecomp.

--------------------------------------------------------------------------------
Update Information:

C++ template library for highly efficient multi-dimensional arrays.

Current is header only for libgeodecomp(being packaged).
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1057919 - Review Request: libflatarray - A library for highly efficient multi-dimensional array
        https://bugzilla.redhat.com/show_bug.cgi?id=1057919
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update libflatarray' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list