[LibrariesUnderConstruction] Boost.Numeric_Bindings

Hello all, I see the Numeric_Bindings library is missing on the LibrariesUnderConstruction trac page. This library is under development since 2002. Herewith a short description of the library. Boost.Numeric_Bindings is a C++ library for numeric computing. It is a generic layer between data containers and linear algebra algorithms. For the data container part, it supports both compile-time statically sized and run-time dynamically sized vectors, matrices, through a traits system. Currently it includes traits for C-arrays, for standard vectors, for uBLAS' containers, Eigen containers, TNT, Boost.Array, to name a few. It offers compile-time inspection, iterators, and views on all mentioned containers. For the algorithm part, it provides a C++ interface to algorithms offered by BLAS, LAPACK, and more. This covers algorithms from most vendor-provided math libraries, such as the reference BLAS, ATLAS, Intel's MKL, AMD's CML, NVidia's CUDA, etc.. The "stable" release is available at http://svn.boost.org/svn/boost/sandbox/numeric_bindings-v1/ The current development version is available at http://svn.boost.org/svn/boost/sandbox/numeric_bindings/ Questions and/or comments are welcomed. Thanks, Rutger

Rutger ter Borg-2 wrote:
Hi, Apologize if I miss this library. wiki page updated : http://svn.boost.org/trac/boost/wiki/LibrariesUnderConstruction#Boost.Numeri... Do you have some online documentation? Best, Vicente -- View this message in context: http://old.nabble.com/-LibrariesUnderConstruction--Boost.Numeric_Bindings-tp... Sent from the Boost - Dev mailing list archive at Nabble.com.

Could you add Karl Meerbergen, Krešimir Fresl, and Toon Knapen as authors? This is taken from http://www.cs.kuleuven.be/~karlm/glas/ Karl Meerbergen, Krešimir Fresl, and Toon Knapen. C++ bindings to external software libraries with examples from BLAS, LAPACK, UMFPACK, and MUMPS. Report TW 506( http://www.cs.kuleuven.be/publicaties/rapporten/tw/TW506.abs.html ). Department of Computer Science, KU Leuven. October, 2007. (See revision of February 9, 2009 http://www.cs.kuleuven.be/~karlm/glas/tw506-revision.pdf ). Accepted for publication in ACM Transactions on Mathematical Software.
Do you have some online documentation?
http://svn.boost.org/svn/boost/sandbox/numeric_bindings-v1/libs/numeric/bind... http://svn.boost.org/svn/boost/sandbox/numeric_bindings/libs/numeric/binding...

Thomas Klimpel wrote:
-- View this message in context: http://old.nabble.com/-LibrariesUnderConstruction--Boost.Numeric_Bindings-tp... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (3)
-
Rutger ter Borg
-
Thomas Klimpel
-
Vicente Botet Escriba