<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Uncommon data conversion with ILArray</title>
	<atom:link href="https://ilnumerics.net/blog/uncommon-data-conversion-with-ilarray/feed/" rel="self" type="application/rss+xml" />
	<link>https://ilnumerics.net/blog/uncommon-data-conversion-with-ilarray/</link>
	<description>The Productivity Machine  &#124;  A fresh attempt for scientific computing  &#124;  http://ilnumerics.net</description>
	<lastBuildDate>Wed, 10 Mar 2021 05:36:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>By: ILNumerics</title>
		<link>https://ilnumerics.net/blog/uncommon-data-conversion-with-ilarray/#comment-14034</link>
		<dc:creator><![CDATA[ILNumerics]]></dc:creator>
		<pubDate>Tue, 07 Oct 2014 17:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://ilnumerics.net/blog/?p=635#comment-14034</guid>
		<description><![CDATA[while the statement &quot;no such method in ILMath&quot; is correct, one can utilize a simple assignment from System.Array to any ILArray of the element types listed above. This will trigger very similar things under the hood of the Computing Engine. However, if performance is really important for your large data, consider using the unsafe method above. As always: use a profiler and compare...]]></description>
		<content:encoded><![CDATA[<p>while the statement &#8220;no such method in ILMath&#8221; is correct, one can utilize a simple assignment from System.Array to any ILArray of the element types listed above. This will trigger very similar things under the hood of the Computing Engine. However, if performance is really important for your large data, consider using the unsafe method above. As always: use a profiler and compare&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haymo</title>
		<link>https://ilnumerics.net/blog/uncommon-data-conversion-with-ilarray/#comment-14033</link>
		<dc:creator><![CDATA[haymo]]></dc:creator>
		<pubDate>Tue, 07 Oct 2014 17:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://ilnumerics.net/blog/?p=635#comment-14033</guid>
		<description><![CDATA[while the statement &quot;no such method in ILMath&quot; is correct, one can utilize a simple assignment from System.Array to any ILArray of the element types listed above. This will make very similar things under the hood. However, if performance is really important for your large data, consider using the unsafe method above. As always: use a profiler and compare...]]></description>
		<content:encoded><![CDATA[<p>while the statement &#8220;no such method in ILMath&#8221; is correct, one can utilize a simple assignment from System.Array to any ILArray of the element types listed above. This will make very similar things under the hood. However, if performance is really important for your large data, consider using the unsafe method above. As always: use a profiler and compare&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haymo</title>
		<link>https://ilnumerics.net/blog/uncommon-data-conversion-with-ilarray/#comment-14032</link>
		<dc:creator><![CDATA[haymo]]></dc:creator>
		<pubDate>Tue, 07 Oct 2014 17:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://ilnumerics.net/blog/?p=635#comment-14032</guid>
		<description><![CDATA[While the statement &#039;there is no method in ILMath&#039; is correct, another option exists for converting most (all?) numeric datatypes to any datatype supported in ILNumerics: a simple assignment.

The implicit conversion operator allows to assign System.Array (1 dimensional and multidimensional) to ILArray, where T is any of the types supported and listed above. The conversion will
basically do similar things as given in this example. However, the Convert class from the .NET framework is used which involved at least another function call for each element. Also, the iteration will be less efficient than the version given here. This may or may not be significant for your application. As always: a profiler is your friend.]]></description>
		<content:encoded><![CDATA[<p>While the statement &#8216;there is no method in ILMath&#8217; is correct, another option exists for converting most (all?) numeric datatypes to any datatype supported in ILNumerics: a simple assignment.</p>
<p>The implicit conversion operator allows to assign System.Array (1 dimensional and multidimensional) to ILArray, where T is any of the types supported and listed above. The conversion will<br />
basically do similar things as given in this example. However, the Convert class from the .NET framework is used which involved at least another function call for each element. Also, the iteration will be less efficient than the version given here. This may or may not be significant for your application. As always: a profiler is your friend.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
