<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>PyUblas</name>
<shortdesc>Seamless Numpy-UBlas interoperability</shortdesc>
<description>PyUblas provides a seamless glue layer between
            `Numpy &lt;http://www.numpy.org&gt;`_ and
            `Boost.Ublas &lt;http://www.boost.org/doc/libs/1_35_0/libs/numeric/ublas/doc/index.htm&gt;`_
            for use with
            `Boost.Python &lt;http://www.boost.org/doc/libs/1_35_0/libs/python/doc/index.html&gt;`_.

            What does that mean? When writing 
            `hybrid scientific code &lt;http://mathema.tician.de/node/455&gt;`_, 
            one of the main problems is that abstractions that
            exist in the high-level language go away or become unwieldy in the
            low-level language. Sometimes libraries exist in both languages for
            these abstractions, but they refuse to talk to each other. PyUblas is
            a bridge between two such libraries, for some of the main
            abstractions used in scientific codes, namely vectors and matrices.

            Documentation
            =============

            See the 
            `PyUblas Documentation &lt;http://tiker.net/doc/pyublas&gt;`_
            page.

            PyUblasExt
            ==========

            PyUblasExt is a companion to PyUblas and exposes a variety of useful
            additions to PyUblas, such as an "operator" class, matrix-free linear
            system solvers and eigensolvers. Interested? Head over to the
            `PyUblasExt &lt;http://mathema.tician.de/software/pyublas/pyublasext&gt;`_ 
            page.</description>
<homepage rdf:resource="http://mathema.tician.de/software/pyublas" />
<maintainer><foaf:Person><foaf:name>Andreas Kloeckner</foaf:name>
<foaf:mbox_sha1sum>e3bf4a00975b603e08b8666cbf2589efd0066885</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.93.1</revision></Version></release>
</Project></rdf:RDF>