<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>ublas-dev at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/ublas-dev/</link>
    <description>uBLAS development</description>

    <item>
      <title>poor vector/matrix-proxy performance</title>
      <pubDate>Wed, 24 Aug 2005 13:26:28 GMT</pubDate>
      <dc:creator>Gunter Winkler</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2420</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2420</guid>
      <description>Hallo, one of our students looked at the performance of the cholesky decomposition using ublas. The result is quite surprising: $ for i in 100 200 400 800</description>
    </item>
    <item>
      <title>restict traits</title>
      <pubDate>Fri, 24 Jun 2005 08:22:46 GMT</pubDate>
      <dc:creator>Gunter Winkler</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2419</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2419</guid>
      <description>Hallo, matrix_matrix_binary uses restict_traits to identify the type of the iterators. Thus an expression (dense - banded) gives packed_proxy_tag as storage</description>
    </item>
    <item>
      <title>Computing JAJt</title>
      <pubDate>Sun, 22 May 2005 19:41:58 GMT</pubDate>
      <dc:creator>lucaregini</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2418</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2418</guid>
      <description>I wonder what is the most efficient way to compute the product J * A * Jt where J is a sparse matrix, A is diagonal and Jt is the transpost of J. In Ublas</description>
    </item>
    <item>
      <title>precondition checks suppressed</title>
      <pubDate>Thu, 10 Mar 2005 12:12:24 GMT</pubDate>
      <dc:creator>Toon Knapen</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2417</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2417</guid>
      <description>In the constructor of matrix_range for instance, the precondition checks are commented out. Now there is no error generated when you create a matrix_range that</description>
    </item>
    <item>
      <title>Unexpected behaviour of project()</title>
      <pubDate>Thu, 03 Feb 2005 18:45:31 GMT</pubDate>
      <dc:creator>Antonio Martino</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2416</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2416</guid>
      <description>The following line does not work (it is from a cholesky routine submitted a long time ago on this list): UBLAS::project(U.row (i))(UBLAS::range (i + 1, size))</description>
    </item>
    <item>
      <title>ANN: new ml dedicated to Generic Linear Algebra</title>
      <pubDate>Wed, 02 Feb 2005 14:43:08 GMT</pubDate>
      <dc:creator>Toon Knapen</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2415</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2415</guid>
      <description>Hi all, I would like to inform you that a new mailinglist has been created that is dedicated to Generic Linear Algebra Software (GLAS). The aim of the glas-ml</description>
    </item>
    <item>
      <title>Re: bindings for 1.32?</title>
      <pubDate>Wed, 19 Jan 2005 18:28:48 GMT</pubDate>
      <dc:creator>Michael Stevens</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2414</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2414</guid>
      <description>Hi Toon, You accidently posted to yahoo groups. It is too easy to do! Michael</description>
    </item>
    <item>
      <title>Re: Broken HEAD</title>
      <pubDate>Wed, 19 Jan 2005 15:10:56 GMT</pubDate>
      <dc:creator>Toon Knapen</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2413</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2413</guid>
      <description>Could you provide us with a small example? BTW: use the ublas@... ml instead of the deprecated ml at yahoogroups.</description>
    </item>
    <item>
      <title>Re: bindings for 1.32?</title>
      <pubDate>Wed, 19 Jan 2005 15:06:09 GMT</pubDate>
      <dc:creator>Toon Knapen</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2412</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2412</guid>
      <description>... You can always get the latest version of the bindings from the boost-sandbox CVS. If you hit trouble, please provide the smallest test-case possible that</description>
    </item>
    <item>
      <title>bindings for 1.32?</title>
      <pubDate>Tue, 18 Jan 2005 03:20:42 GMT</pubDate>
      <dc:creator>grinningguppi</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2411</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2411</guid>
      <description>Hi, I just upgraded my boost install from 1.31 to 1.32 and tried to simply plug the bindings from the sandbox into the 1.32 tree, hoping all would be good. But</description>
    </item>
    <item>
      <title>Re: Broken HEAD</title>
      <pubDate>Mon, 17 Jan 2005 19:14:21 GMT</pubDate>
      <dc:creator>Stefan Tarrant</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2410</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2410</guid>
      <description>I use lu_factorize() (the pivoting version) and it still seems to be broken as well. The break seems to be in the project() function. I&#39;m using VC&#43;+ 7.1. </description>
    </item>
    <item>
      <title>Re: Broken HEAD</title>
      <pubDate>Sun, 16 Jan 2005 17:25:54 GMT</pubDate>
      <dc:creator>Toon Knapen</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2409</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2409</guid>
      <description>... Could you be more specific. I don&#39;t see what is broken actually? I ran the regression tests succesfully and we are using it in other internal projects? </description>
    </item>
    <item>
      <title>Broken HEAD</title>
      <pubDate>Sat, 15 Jan 2005 15:34:48 GMT</pubDate>
      <dc:creator>Michael Stevens</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2408</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2408</guid>
      <description>Toon, Karl, This is most relevant to you. To me it look like the CVS HEAD is still broken. Karl&#39;s vector_temporary deduction seems only to be half implemented.</description>
    </item>
    <item>
      <title>Re: merged uBLAS_pure branch to HEAD</title>
      <pubDate>Tue, 04 Jan 2005 20:56:07 GMT</pubDate>
      <dc:creator>Michael Stevens</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2407</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2407</guid>
      <description>Toon, I just noticed the thread was/is actually being sent to the old yahoogroups list. I guess we need to be careful to post to lists.boost.org Michael</description>
    </item>
    <item>
      <title>Re: merged uBLAS_pure branch to HEAD</title>
      <pubDate>Tue, 04 Jan 2005 20:22:38 GMT</pubDate>
      <dc:creator>Toon Knapen</dc:creator>
      <link>http://groups.yahoo.com/group/ublas-dev/message/2406</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ublas-dev/message/2406</guid>
      <description>... Karl&#39;s patches are already integrated in the HEAD. This is currently thus the different between the uBLAS_pure branch and the CVS HEAD</description>
    </item>

  </channel>
</rss>
<!-- rss1.grp.bf1.yahoo.com uncompressed Wed Jun 19 02:43:23 PDT 2013 -->
