<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/rss20.xsl" media="screen"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="http://tahastat.hautetfort.com/index.rss" rel="self" type="application/rss+xml" />
        <title>TahaStat For Scientific Computing</title>
        <description>développement C# JAVA R-statistics</description>
        <link>http://tahastat.hautetfort.com/</link>
        <lastBuildDate>Sat, 28 Apr 2012 14:26:27 +0200</lastBuildDate>
        <generator>Hautetfort.com</generator>
        <copyright>All Rights Reserved</copyright>
                        <item>
                <guid isPermaLink="true">http://tahastat.hautetfort.com/archive/2012/04/14/matrix-java-implementation.html</guid>
                <title>Matrix java implementation</title>
                <link>http://tahastat.hautetfort.com/archive/2012/04/14/matrix-java-implementation.html</link>
                <author>noreply@hautetfort.com (zedtaha)</author>
                                <pubDate>Sat, 14 Apr 2012 14:14:14 +0200</pubDate>
                <description>
                    &lt;div class=&quot;java&quot; style=&quot;font-family: monospace; color: #006; border: 1px solid #d0d0d0; background-color: #f0f0f0;&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;//tahaMatrix class &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;class&lt;/span&gt; Matrix&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;private&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;// nombre d'observations&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;private&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; p&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;//nombre de colonnes &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;private&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;data&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;// les données&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;//construire&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; Matrix&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; n,&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; p&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;.&lt;span style=&quot;color: #006633;&quot;&gt;n&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;.&lt;span style=&quot;color: #006633;&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;p&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;n&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;p&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; Matrix&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;data&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;data.&lt;span style=&quot;color: #006633;&quot;&gt;length&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; p&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;data&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;.&lt;span style=&quot;color: #006633;&quot;&gt;length&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;n&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;p&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; i&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; j&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;p&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;data&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; Matrix &lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; n,&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; p,&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt; s&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;.&lt;span style=&quot;color: #006633;&quot;&gt;n&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;.&lt;span style=&quot;color: #006633;&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;p&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;n&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;p&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; i&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; j&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;p&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;s&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; Matrix&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt; data,&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; n,&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; p&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;data&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;.&lt;span style=&quot;color: #006633;&quot;&gt;n&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;.&lt;span style=&quot;color: #006633;&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;p&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; Matrix &lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt; val, &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; n&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;.&lt;span style=&quot;color: #006633;&quot;&gt;n&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; p&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;n &lt;span style=&quot;color: #339933;&quot;&gt;!=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;?&lt;/span&gt; val.&lt;span style=&quot;color: #006633;&quot;&gt;length&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;/&lt;/span&gt;n &lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;*&lt;/span&gt;p&lt;span style=&quot;color: #339933;&quot;&gt;!=&lt;/span&gt; val.&lt;span style=&quot;color: #006633;&quot;&gt;length&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;throw&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?hl=en&amp;amp;q=allinurl%3Aruntimeexception+java.sun.com&amp;amp;btnI=I%27m%20Feeling%20Lucky&quot;&gt;&lt;span style=&quot;color: #003399;&quot;&gt;RuntimeException&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&quot;Array length must be a multiple of n&quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;n&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;p&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; i,j&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt; i&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt; j &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;p&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt; &amp;nbsp;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; val&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;*&lt;/span&gt;n&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;//return nombre de lignes&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; getRows&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;//return le nombre de colonnes&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; getColumns&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; p&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;//copier le constructeur&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;private&lt;/span&gt; Matrix&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;Matrix A&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;A.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;//identité d'une matrice&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;static&lt;/span&gt; Matrix identity&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; n&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Matrix id &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; Matrix&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;n,n&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; i&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; id&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;//return C =A+B&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; Matrix Add&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;Matrix B&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Matrix A &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;B.&lt;span style=&quot;color: #006633;&quot;&gt;n&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;!=&lt;/span&gt; A.&lt;span style=&quot;color: #006633;&quot;&gt;n&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;||&lt;/span&gt; B.&lt;span style=&quot;color: #006633;&quot;&gt;p&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;!=&lt;/span&gt; A.&lt;span style=&quot;color: #006633;&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;throw&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?hl=en&amp;amp;q=allinurl%3Aruntimeexception+java.sun.com&amp;amp;btnI=I%27m%20Feeling%20Lucky&quot;&gt;&lt;span style=&quot;color: #003399;&quot;&gt;RuntimeException&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&quot;Illegal Matrix dimensions&quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp;Matrix C &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; Matrix&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;n,p&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; i &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; j &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;p&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;A.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt;B.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; C&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;//return C =A-B&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; Matrix Subtract&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;Matrix B&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Matrix A &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;B.&lt;span style=&quot;color: #006633;&quot;&gt;n&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;!=&lt;/span&gt; A.&lt;span style=&quot;color: #006633;&quot;&gt;n&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;||&lt;/span&gt; B.&lt;span style=&quot;color: #006633;&quot;&gt;p&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;!=&lt;/span&gt; A.&lt;span style=&quot;color: #006633;&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;throw&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?hl=en&amp;amp;q=allinurl%3Aruntimeexception+java.sun.com&amp;amp;btnI=I%27m%20Feeling%20Lucky&quot;&gt;&lt;span style=&quot;color: #003399;&quot;&gt;RuntimeException&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&quot;Illegal Matrix dimensions&quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Matrix C &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; Matrix &lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;n,p&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; i &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; j &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;p&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;A.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;-&lt;/span&gt;B.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; C&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;//return C=A*B&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; Matrix Multiply&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;Matrix B&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Matrix A &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;A.&lt;span style=&quot;color: #006633;&quot;&gt;p&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;!=&lt;/span&gt; B.&lt;span style=&quot;color: #006633;&quot;&gt;n&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;throw&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?hl=en&amp;amp;q=allinurl%3Aruntimeexception+java.sun.com&amp;amp;btnI=I%27m%20Feeling%20Lucky&quot;&gt;&lt;span style=&quot;color: #003399;&quot;&gt;RuntimeException&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&quot;Illegal Matrix dimensions&quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Matrix C &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; Matrix &lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;n, p&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; i &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;C.&lt;span style=&quot;color: #006633;&quot;&gt;n&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; j &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;C.&lt;span style=&quot;color: #006633;&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; k&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;k&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;A.&lt;span style=&quot;color: #006633;&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;k&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;+=&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;A.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;k&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;*&lt;/span&gt;B.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;k&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; C&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;// la transposition d'une matrice &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; Matrix Transpose&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Matrix A &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; Matrix&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;n, p&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; i&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;n&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; j&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;p&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;j&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;A.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;this&lt;/span&gt;.&lt;span style=&quot;color: #006633;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;j&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; A&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;// le produit de deux vecteurs &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;static&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt; Dotproduct&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;x,&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;y&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;x.&lt;span style=&quot;color: #006633;&quot;&gt;length&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;!=&lt;/span&gt; y.&lt;span style=&quot;color: #006633;&quot;&gt;length&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;throw&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?hl=en&amp;amp;q=allinurl%3Aruntimeexception+java.sun.com&amp;amp;btnI=I%27m%20Feeling%20Lucky&quot;&gt;&lt;span style=&quot;color: #003399;&quot;&gt;RuntimeException&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&quot;Illegal Vector dimentions&quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt; temp&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0.0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; i&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;x.&lt;span style=&quot;color: #006633;&quot;&gt;length&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;temp&lt;span style=&quot;color: #339933;&quot;&gt;+=&lt;/span&gt;x&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;*&lt;/span&gt;y&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; temp&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;// return la somme des éléments diagonals &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt; Trace&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;double&lt;/span&gt; t&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;int&lt;/span&gt; i&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt;Math.&lt;span style=&quot;color: #006633;&quot;&gt;min&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;(&lt;/span&gt;n,p&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;i&lt;span style=&quot;color: #339933;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;t&lt;span style=&quot;color: #339933;&quot;&gt;+=&lt;/span&gt;data&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;[&lt;/span&gt;i&lt;span style=&quot;color: #009900;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; t&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;
                </description>
                            </item>
                        <item>
                <guid isPermaLink="true">http://tahastat.hautetfort.com/archive/2012/04/14/java-editor-tahajavaeditor.html</guid>
                <title>Java Editor : TahaJavaEditor</title>
                <link>http://tahastat.hautetfort.com/archive/2012/04/14/java-editor-tahajavaeditor.html</link>
                <author>noreply@hautetfort.com (zedtaha)</author>
                                <pubDate>Sat, 14 Apr 2012 14:05:23 +0200</pubDate>
                <description>
                    &lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;TahaJavaEditor&lt;/span&gt; est un éditeur de code &lt;span style=&quot;color: #ff0000;&quot;&gt;java&lt;/span&gt; ecrit en &lt;span style=&quot;color: #ff0000;&quot;&gt;Java&lt;/span&gt; qui intègre un &lt;span style=&quot;color: #ff0000;&quot;&gt;compilateur&lt;/span&gt; et un &lt;span style=&quot;color: #ff6600;&quot;&gt;générateur de fichier Jar&lt;/span&gt;.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://dl.dropbox.com/u/67414178/TahaJavaEditor.rar&quot; target=&quot;_blank&quot;&gt;TahaJavaEditor.rar&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img id=&quot;media-3537740&quot; style=&quot;margin: 0.7em 0;&quot; title=&quot;&quot; src=&quot;http://tahastat.hautetfort.com/media/02/00/930634835.PNG&quot; alt=&quot;Java Editor &quot; /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
                </description>
                            </item>
                        <item>
                <guid isPermaLink="true">http://tahastat.hautetfort.com/archive/2012/03/29/library-for-statistical-computing-in-c-tahastatmatrix.html</guid>
                <title>Library For Statistical Computing in C# : TahaStatMatrix</title>
                <link>http://tahastat.hautetfort.com/archive/2012/03/29/library-for-statistical-computing-in-c-tahastatmatrix.html</link>
                <author>noreply@hautetfort.com (zedtaha)</author>
                                <pubDate>Thu, 29 Mar 2012 17:47:00 +0200</pubDate>
                <description>
                    &lt;p&gt;Voici Ma nouvelle librarie ;)&lt;/p&gt;&lt;p&gt;1- cette version permet de faire le test ADF de stationnarité de series temporelles ainsi que le Test de'Hétéroscédasticité de White ;)&lt;/p&gt;&lt;p&gt;Enjoy Scienfifics Computing With Taha&lt;/p&gt;&lt;p&gt;Vous pouvez la Télécharger ici : &lt;a id=&quot;media-3511793&quot; href=&quot;http://tahastat.hautetfort.com/media/00/02/570376505.rar&quot;&gt;TahaStatMatrix.rar&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;csharp&quot; style=&quot;font-family: monospace; color: #006; border: 1px solid #d0d0d0; background-color: #f0f0f0;&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #008080; font-style: italic;&quot;&gt;//les références à utiliser&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #0600ff; font-weight: bold;&quot;&gt;using&lt;/span&gt; &lt;span style=&quot;color: #008080;&quot;&gt;System&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #0600ff; font-weight: bold;&quot;&gt;using&lt;/span&gt; &lt;span style=&quot;color: #008080;&quot;&gt;TahaStatMatrix&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: bold; vertical-align: top; color: #006060;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #008080; font-style: italic;&quot;&gt;//vecteur de variable dépendante&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt; y &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?q=new+msdn.microsoft.com&quot;&gt;&lt;span style=&quot;color: #008000;&quot;&gt;new&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;11.0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;12.0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;13.0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;14.0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;15.0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;16.0&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #008080; font-style: italic;&quot;&gt;//Matrice des variables explicatives&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt; x &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?q=new+msdn.microsoft.com&quot;&gt;&lt;span style=&quot;color: #008000;&quot;&gt;new&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;6&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; x&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?q=new+msdn.microsoft.com&quot;&gt;&lt;span style=&quot;color: #008000;&quot;&gt;new&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: bold; vertical-align: top; color: #006060;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; x&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?q=new+msdn.microsoft.com&quot;&gt;&lt;span style=&quot;color: #008000;&quot;&gt;new&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;2.0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; x&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?q=new+msdn.microsoft.com&quot;&gt;&lt;span style=&quot;color: #008000;&quot;&gt;new&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;3.0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; x&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?q=new+msdn.microsoft.com&quot;&gt;&lt;span style=&quot;color: #008000;&quot;&gt;new&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;4.0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; x&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;4&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?q=new+msdn.microsoft.com&quot;&gt;&lt;span style=&quot;color: #008000;&quot;&gt;new&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;5.0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; x&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;5&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?q=new+msdn.microsoft.com&quot;&gt;&lt;span style=&quot;color: #008000;&quot;&gt;new&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;0&lt;/span&gt;, &lt;span style=&quot;color: #ff0000;&quot;&gt;6.0&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: bold; vertical-align: top; color: #006060;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #008080; font-style: italic;&quot;&gt;//Voici la Méthode à utiliser&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; TahaMultipleRegress ml &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; &lt;a style=&quot;color: #000060;&quot; href=&quot;http://www.google.com/search?q=new+msdn.microsoft.com&quot;&gt;&lt;span style=&quot;color: #008000;&quot;&gt;new&lt;/span&gt;&lt;/a&gt; TahaMultipleRegrss&lt;span style=&quot;color: #008000;&quot;&gt;(&lt;/span&gt;x,y&lt;span style=&quot;color: #008000;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #008080; font-style: italic;&quot;&gt;//le resultat&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; Console&lt;span style=&quot;color: #008000;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;WriteLine&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;+&lt;/span&gt;ml&lt;span style=&quot;color: #008000;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;Rsquared&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #008080; font-style: italic;&quot;&gt;// le coefficient de détérmination&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &amp;nbsp; Console&lt;span style=&quot;color: #008000;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;WriteLine&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;+&lt;/span&gt;ml&lt;span style=&quot;color: #008000;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;AdjustedRsquared&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #008080; font-style: italic;&quot;&gt;// adjusted R-squared&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: bold; vertical-align: top; color: #006060;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp; &lt;span style=&quot;color: #008080; font-style: italic;&quot;&gt;// Enjoy &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;
                </description>
                            </item>
                        <item>
                <guid isPermaLink="true">http://tahastat.hautetfort.com/archive/2012/03/27/tahasarpeditor-mini-ide-for-c.html</guid>
                <title>TahaSarpEditor : Mini IDE For C#</title>
                <link>http://tahastat.hautetfort.com/archive/2012/03/27/tahasarpeditor-mini-ide-for-c.html</link>
                <author>noreply@hautetfort.com (zedtaha)</author>
                                <pubDate>Tue, 27 Mar 2012 16:36:01 +0200</pubDate>
                <description>
                    &lt;p&gt;Voici une nouvelle version de TahaSharpEditor avec plus de fonctionnalité&lt;/p&gt;&lt;p&gt;1- Ajout de References assembly&lt;/p&gt;&lt;p&gt;2- Compilation de code C#&lt;/p&gt;&lt;p&gt;3- Enregistrement des codes .......&lt;/p&gt;&lt;p&gt;Cette version sera en ligne dans quelques jours ;) enjoy developping with C# &lt;/p&gt;&lt;p&gt;&lt;img id=&quot;media-3508265&quot; style=&quot;float: left; margin: 0.2em 1.4em 0.7em 0;&quot; title=&quot;&quot; src=&quot;http://tahastat.hautetfort.com/media/00/00/3518607069.PNG&quot; alt=&quot;TahaSharpEditor&quot; /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
                </description>
                            </item>
                        <item>
                <guid isPermaLink="true">http://tahastat.hautetfort.com/archive/2012/03/20/mini-ide-for-c.html</guid>
                <title>Mini IDE For C#</title>
                <link>http://tahastat.hautetfort.com/archive/2012/03/20/mini-ide-for-c.html</link>
                <author>noreply@hautetfort.com (zedtaha)</author>
                                <pubDate>Tue, 20 Mar 2012 14:57:00 +0100</pubDate>
                <description>
                    &lt;p&gt;Voici un min Environnement de developpement pour C#.&lt;/p&gt;&lt;p&gt;- Ce IDE a été écrit en C# et a nécessité pour la coloration du texte autrement dit la synthax Csharp un composant essentiel qu'est :&lt;span style=&quot;color: #ff0000;&quot;&gt; fastColoredTextBox&lt;/span&gt; ;)&lt;/p&gt;&lt;p&gt;:::&amp;gt; le reste un peu de l'huile de tete ;))))&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;Remarque&lt;/span&gt; &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?familyid=6B6C21D2-2006-4AFA-9702-529FA782D63B&amp;amp;displaylang=en&quot;&gt;:Microsoft Windows SDK for Windows 7 and .NET Framework 4&lt;/a&gt; est nécessaire pour utilisre l'IDE&amp;nbsp; ;)&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;:::&amp;gt; dans le textbox &lt;span style=&quot;color: #ff0000;&quot;&gt;EXE /or / DLL file&lt;/span&gt; il faut mettre tout le chemin de direction complet ou vous voulez mettre votre executable ou fichier dll:::: exple : &lt;/span&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;C:\Users\***\Documents\tahatest.exe&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;Télécharger l'IDE ici&lt;/span&gt; : &lt;a href=&quot;http://dl.dropbox.com/u/67414178/TahaSharpEditor.rar&quot; target=&quot;_blank&quot;&gt;TahaSharpEditor.rar&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img id=&quot;media-3496826&quot; style=&quot;margin: 0.7em 0;&quot; title=&quot;&quot; src=&quot;http://tahastat.hautetfort.com/media/02/02/2099878265.PNG&quot; alt=&quot;C# mini IDE&quot; /&gt;&lt;/p&gt;
                </description>
                            </item>
                        <item>
                <guid isPermaLink="true">http://tahastat.hautetfort.com/archive/2012/03/16/editeur-d-equation-en-latex-tahamathtex-avec-java.html</guid>
                <title>Editeur d'équation en latex : TahaMathTex avec JAVA</title>
                <link>http://tahastat.hautetfort.com/archive/2012/03/16/editeur-d-equation-en-latex-tahamathtex-avec-java.html</link>
                <author>noreply@hautetfort.com (zedtaha)</author>
                                <pubDate>Fri, 16 Mar 2012 15:44:28 +0100</pubDate>
                <description>
                    &lt;p&gt;Vous pouvez télécharger l'editeur latex depuis ce liens : &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://dl.dropbox.com/u/67414178/LatexEditor.zip&quot; target=&quot;_blank&quot;&gt;LatexEditor.zip&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img id=&quot;media-3490537&quot; style=&quot;margin: 0.7em 0;&quot; title=&quot;&quot; src=&quot;http://tahastat.hautetfort.com/media/00/01/1090033194.PNG&quot; alt=&quot;Capture2.PNG&quot; /&gt;&lt;/p&gt;
                </description>
                            </item>
                        <item>
                <guid isPermaLink="true">http://tahastat.hautetfort.com/archive/2012/02/25/la-fonction-sigmoid-et-sa-derivative.html</guid>
                <title>La fonction Sigmoid et sa dérivative</title>
                <link>http://tahastat.hautetfort.com/archive/2012/02/25/la-fonction-sigmoid-et-sa-derivative.html</link>
                <author>noreply@hautetfort.com (zedtaha)</author>
                                <pubDate>Sat, 25 Feb 2012 15:25:00 +0100</pubDate>
                <description>
                    &lt;p&gt;La fonction sigmoid s'écrit comme suit:&lt;/p&gt;&lt;p&gt;&lt;img id=&quot;media-3491184&quot; style=&quot;float: left; margin: 0.2em 1.4em 0.7em 0;&quot; title=&quot;&quot; src=&quot;http://tahastat.hautetfort.com/media/01/00/1348092479.png&quot; alt=&quot;sigmoid.png&quot; /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sa déravative est :&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.codecogs.com/eqnedit.php?latex=f^{'}(z)=f(z)(1-f(z))&quot; target=&quot;_blank&quot;&gt;&lt;img title=&quot;f^{'}(z)=f(z)(1-f(z))&quot; src=&quot;http://latex.codecogs.com/gif.latex?f^{'}(z)=f(z)(1-f(z))&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;l'imlémentation en C# est la suivante :&lt;/p&gt;&lt;div class=&quot;csharp&quot; style=&quot;font-family: monospace; color: #006; border: 1px solid #d0d0d0; background-color: #f0f0f0;&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #008080; font-style: italic;&quot;&gt;//sigmoid function &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #0600ff; font-weight: bold;&quot;&gt;public&lt;/span&gt; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt; sigmoid&lt;span style=&quot;color: #008000;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt; z&lt;span style=&quot;color: #008000;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #0600ff; font-weight: bold;&quot;&gt;return&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;+&lt;/span&gt;Math&lt;span style=&quot;color: #008000;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;Exp&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;-&lt;/span&gt;z&lt;span style=&quot;color: #008000;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #008000;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: bold; vertical-align: top; color: #006060;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #008080; font-style: italic;&quot;&gt;//derivative &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #0600ff; font-weight: bold;&quot;&gt;public&lt;/span&gt; &lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt; Derivative&lt;span style=&quot;color: #008000;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt; z&lt;span style=&quot;color: #008000;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #6666cc; font-weight: bold;&quot;&gt;double&lt;/span&gt; s &lt;span style=&quot;color: #008000;&quot;&gt;=&lt;/span&gt; Sigmoid&lt;span style=&quot;color: #008000;&quot;&gt;(&lt;/span&gt;z&lt;span style=&quot;color: #008000;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #0600ff; font-weight: bold;&quot;&gt;return&lt;/span&gt; s &lt;span style=&quot;color: #008000;&quot;&gt;*&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;1&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;-&lt;/span&gt; s&lt;span style=&quot;color: #008000;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #008000;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-weight: normal; vertical-align: top; font: normal normal 130% 'Courier New', Courier, monospace; color: #003030;&quot;&gt;&lt;div style=&quot;font: normal normal 1em/1.2em monospace; margin: 0; padding: 0; background: none; vertical-align: top; color: #000020;&quot;&gt;&lt;span style=&quot;color: #008000;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;
                </description>
                            </item>
                </channel>
</rss>
