<?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>UJMP&#187; Universal Java Matrix Package &#187; Sorting the rows of a matrix does not work. The values are ordered [1, 10, 11, 2, 3, 4, 5] and not as I expected.</title>
	<atom:link href="http://www.ujmp.org/tag/stringmatrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ujmp.org</link>
	<description>Universal Java Matrix Package</description>
	<lastBuildDate>Mon, 15 Feb 2010 11:40:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sorting the rows of a matrix does not work. The values are ordered [1, 10, 11, 2, 3, 4, 5] and not as I expected.</title>
		<link>http://www.ujmp.org/sorting-the-rows-of-a-matrix-does-not-work-the-values-are-ordered-1-10-11-2-3-4-5-and-not-as-i-expected/</link>
		<comments>http://www.ujmp.org/sorting-the-rows-of-a-matrix-does-not-work-the-values-are-ordered-1-10-11-2-3-4-5-and-not-as-i-expected/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 09:42:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Convert]]></category>
		<category><![CDATA[Sort]]></category>
		<category><![CDATA[StringMatrix]]></category>

		<guid isPermaLink="false">http://www.ujmp.org/wp/?p=31</guid>
		<description><![CDATA[This happens when you sort a StringMatrix with numbers in it. Use convert(ValueType.DOUBLE) to transform the matrix into a DoubleMatrix before sorting.
]]></description>
			<content:encoded><![CDATA[<p>This happens when you sort a <code>StringMatrix</code> with numbers in it. Use <code>convert(ValueType.DOUBLE)</code> to transform the matrix into a <code>DoubleMatrix</code> before sorting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ujmp.org/sorting-the-rows-of-a-matrix-does-not-work-the-values-are-ordered-1-10-11-2-3-4-5-and-not-as-i-expected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
