<?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>IT&#38;C Solutions &#187; Matrix</title>
	<atom:link href="http://www.itcsolutions.eu/tag/matrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Sun, 16 Oct 2011 21:22:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>C and C++ library of functions and procedures for matrix (bidimensional arrays) – Comparison functions</title>
		<link>http://www.itcsolutions.eu/2010/03/24/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-comparison-functions/</link>
		<comments>http://www.itcsolutions.eu/2010/03/24/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-comparison-functions/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 15:44:26 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Matrix]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1446</guid>
		<description><![CDATA[The comparison functions used for matrix processing are needed for finding more information about a matrix or group of matrices from the point of view of: the matrix type, its elements type or the apparition number of a key in the matrix. The function symmet checks if a matrix is a square or a symmetrical [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/24/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-comparison-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C and C++ library of functions and procedures for matrix (bidimensional arrays) – Mathematical functions</title>
		<link>http://www.itcsolutions.eu/2010/03/21/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-mathematical-functions/</link>
		<comments>http://www.itcsolutions.eu/2010/03/21/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-mathematical-functions/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 20:15:49 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Matrix]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1411</guid>
		<description><![CDATA[Other posts on this topic: C and C++ library of functions and procedures for matrix (bidimensional arrays) processing – Introduction (contains the C/C++ library source code) C and C++ library of functions and procedures for matrix (bidimensional arrays) processing – Read and Write functions The mathematical functions uses the matrices as operands in different math [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/21/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-mathematical-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C and C++ library of functions and procedures for matrix (bidimensional arrays) processing &#8211; Read and Write functions</title>
		<link>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-read-and-write-functions/</link>
		<comments>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-read-and-write-functions/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 13:07:40 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Matrix]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1259</guid>
		<description><![CDATA[To realize a real computation of matrices it must exist in the first place the matrix or the matrices. Having created an inadequate object for work with it, the results would be unexpected. Therefore we must pay the necessary attention to those functions that are creating a matrix. In this way we won&#8217;t have any [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-read-and-write-functions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C and C++ library of functions and procedures for matrix (bidimensional arrays) processing &#8211; Introduction</title>
		<link>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-processing-introduction/</link>
		<comments>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-processing-introduction/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 11:40:58 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Matrix]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1250</guid>
		<description><![CDATA[Library source: C and C++ library of functions and procedures for matrix processing Language: C / C++ Date: 04.2002 Authors: Catalin Boja si Niculescu Silviu License: Creative Commons Attribution 3.0 License This post main objective is to tackle a series of aspects regarding the creation of a library that contains functions necessary in resolving the [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-processing-introduction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

