<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Roundtrip to Shanghai via Tokyo &#187; boost</title>
	<atom:link href="http://kohei.us/tag/boost/feed/" rel="self" type="application/rss+xml" />
	<link>http://kohei.us</link>
	<description>Kohei Yoshida&#039;s Webspace</description>
	<lastBuildDate>Tue, 22 May 2012 04:18:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Boost fix</title>
		<link>http://kohei.us/2006/01/15/boost-fix/</link>
		<comments>http://kohei.us/2006/01/15/boost-fix/#comments</comments>
		<pubDate>Sun, 15 Jan 2006 21:00:38 +0000</pubDate>
		<dc:creator>Kohei Yoshida</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[scsolver]]></category>

		<guid isPermaLink="false">http://blog.kohei.us/2006/01/15/boost-fix/</guid>
		<description><![CDATA[I&#8217;ve finally tracked down the problem of my solver not solving ANY models after having been integrated into ooo-build. It was due to Boost uBlas&#8217;s matrix resize function not preserving element values when resized. In my development environment (FC4) I &#8230; <a href="http://kohei.us/2006/01/15/boost-fix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally tracked down the problem of my solver not solving ANY models after having been integrated into ooo-build.  It was due to Boost uBlas&#8217;s matrix resize function not preserving element values when resized.  In my development environment (FC4) I use Boost 1.32.0 which resizes matrix gracefuly with all the unaffected elements&#8217; values preserved unless the caller chooses otherwise.  Somehow, this feature was introduced sometime between the version included in OO.o as of SRC680m148 (1.30.2) and the version I use on my system, and the version in OO.o does NOT preserve unaffected elements&#8217; values when the matrix is resized.</p>
<p>Anyway, I&#8217;m very glad to finally have nailed this one down as I had spent a few days just for this alone!  Now, I&#8217;ve finally sent off a patch to Michael.  This patch also fixes a couple of other minor breakages occurred during the integration (wrt. string handling and compiler warning).</p>
<p>BTW, It&#8217;s very interesting to see that even a simple thing like a change log has a <a href="http://www.gnu.org/prep/standards/html_node/Change-Logs.html">standard format</a>.  I never knew that, obviously.</p>
]]></content:encoded>
			<wfw:commentRss>http://kohei.us/2006/01/15/boost-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

