<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to use IPP SVD function? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-IPP-SVD-function/m-p/852076#M6679</link>
    <description>Hello,
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;I'm trying to use "ippsSVD_64f_D2(...)" function. Among the argument list is one parameter named "int nIter" which is described in the documentation as "Number of iterations for diagonalization". On what basis do I select a value for this? My input data arrays are always 3x3, if this matters.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks you.&lt;/DIV&gt;
&lt;DIV&gt;-L&lt;/DIV&gt;</description>
    <pubDate>Thu, 08 Oct 2009 18:45:10 GMT</pubDate>
    <dc:creator>lkeene</dc:creator>
    <dc:date>2009-10-08T18:45:10Z</dc:date>
    <item>
      <title>How to use IPP SVD function?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-IPP-SVD-function/m-p/852076#M6679</link>
      <description>Hello,
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;I'm trying to use "ippsSVD_64f_D2(...)" function. Among the argument list is one parameter named "int nIter" which is described in the documentation as "Number of iterations for diagonalization". On what basis do I select a value for this? My input data arrays are always 3x3, if this matters.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks you.&lt;/DIV&gt;
&lt;DIV&gt;-L&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Oct 2009 18:45:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-IPP-SVD-function/m-p/852076#M6679</guid>
      <dc:creator>lkeene</dc:creator>
      <dc:date>2009-10-08T18:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use IPP SVD function?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-IPP-SVD-function/m-p/852077#M6680</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/260645"&gt;lkeene&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello,
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;I'm trying to use "ippsSVD_64f_D2(...)" function. Among the argument list is one parameter named "int nIter" which is described in the documentation as "Number of iterations for diagonalization". On what basis do I select a value for this? My input data arrays are always 3x3, if this matters.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks you.&lt;/DIV&gt;
&lt;DIV&gt;-L&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;SVDalgorithm second step (namely diagonalization) is by-nature iterative with a number of iterations to converge mathematically known as O(M) for matrix [MxN]. So, none &lt;EM&gt;certain&lt;/EM&gt; number may guaranty convergence. The only fact is that it will converge for some finite number of iterations.&lt;/P&gt;
&lt;P&gt;Actually, mathematical number of iteration depends on input data only. So, nIter can be considered as safe guard to stop calculation in case SVD converges too long. &lt;/P&gt;
&lt;P&gt;agood way would be to start with nIter=N*M (for example, in your casenIter=9)then double until SVD converge (untill the function returns ippStsNoErr, the function returns ippStsSVDCnvgErr indicates an error when the SVD algorithm has not converged after nIter iterations)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;YingH.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2009 02:58:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-use-IPP-SVD-function/m-p/852077#M6680</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-10-14T02:58:16Z</dc:date>
    </item>
  </channel>
</rss>

