<?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 Re: looking for PseudoInverse function in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/looking-for-PseudoInverse-function/m-p/868437#M8570</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/455707"&gt;sagent2&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;&lt;BR /&gt;Thanks for reply&lt;BR /&gt;Sorry for my stupid english skill :)&lt;BR /&gt;&lt;BR /&gt;Question 1: Does IPP have a pseudo inverse function?&lt;BR /&gt;&lt;BR /&gt;Question 2: If doesn't exist in IPP, How operate pseudo inverse using IPP?&lt;BR /&gt;&lt;BR /&gt;Regards, sagent2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Sagent2,&lt;BR /&gt;&lt;BR /&gt;Are you looking for the function like matlab discription, &lt;BR /&gt;/*&lt;BR /&gt;PINV(A) produces a matrix X of the same dimensions&lt;BR /&gt; as A' so that A*X*A = A, X*A*X = X and A*X and X*A&lt;BR /&gt; are Hermitian. The computation is based on SVD(A) and any&lt;BR /&gt; singular values less than a tolerance are treated as zero.&lt;BR /&gt; The default tolerance is MAX(SIZE(A)) * NORM(A) * EPS(class(A)).&lt;BR /&gt;*/&lt;BR /&gt;&lt;BR /&gt;right? &lt;BR /&gt;&lt;BR /&gt;Then IPP haven't direct function, but ipp should be have oneSVD function, you may check it in ippm or ipps manual. Or check IPP's sister library, math kernal library (MKL), which provide more math routines in it. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;BR /&gt;</description>
    <pubDate>Tue, 08 Dec 2009 05:46:51 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2009-12-08T05:46:51Z</dc:date>
    <item>
      <title>looking for PseudoInverse function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/looking-for-PseudoInverse-function/m-p/868434#M8567</link>
      <description>Hello Dears &lt;BR /&gt;I'm engineer of small company. I'm using IPP for Matrix analysis. because IPP is faster and convinient than other lib.&lt;BR /&gt;&lt;BR /&gt;I'm looking for PseudoInverse function. but I couldn't find it.&lt;BR /&gt;if not. does anyone use pseudoinverse in IPP? I want to how implement the process&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Dec 2009 08:50:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/looking-for-PseudoInverse-function/m-p/868434#M8567</guid>
      <dc:creator>sagent2</dc:creator>
      <dc:date>2009-12-07T08:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: looking for PseudoInverse function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/looking-for-PseudoInverse-function/m-p/868435#M8568</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello,&lt;BR /&gt;&lt;BR /&gt;just to be clear, what do you mean under pseudo inverse operation?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Dec 2009 10:36:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/looking-for-PseudoInverse-function/m-p/868435#M8568</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-12-07T10:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: looking for PseudoInverse function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/looking-for-PseudoInverse-function/m-p/868436#M8569</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&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;BR /&gt;&lt;BR /&gt;just to be clear, what do you mean under pseudo inverse operation?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thanks for reply&lt;BR /&gt;Sorry for my stupid english skill :)&lt;BR /&gt;&lt;BR /&gt;Question 1: Does IPP have a pseudo inverse function?&lt;BR /&gt;&lt;BR /&gt;Question 2: If doesn't exist in IPP, How operate pseudo inverse using IPP?&lt;BR /&gt;&lt;BR /&gt;Regards, sagent2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Dec 2009 02:35:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/looking-for-PseudoInverse-function/m-p/868436#M8569</guid>
      <dc:creator>sagent2</dc:creator>
      <dc:date>2009-12-08T02:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: looking for PseudoInverse function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/looking-for-PseudoInverse-function/m-p/868437#M8570</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/455707"&gt;sagent2&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;&lt;BR /&gt;Thanks for reply&lt;BR /&gt;Sorry for my stupid english skill :)&lt;BR /&gt;&lt;BR /&gt;Question 1: Does IPP have a pseudo inverse function?&lt;BR /&gt;&lt;BR /&gt;Question 2: If doesn't exist in IPP, How operate pseudo inverse using IPP?&lt;BR /&gt;&lt;BR /&gt;Regards, sagent2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Sagent2,&lt;BR /&gt;&lt;BR /&gt;Are you looking for the function like matlab discription, &lt;BR /&gt;/*&lt;BR /&gt;PINV(A) produces a matrix X of the same dimensions&lt;BR /&gt; as A' so that A*X*A = A, X*A*X = X and A*X and X*A&lt;BR /&gt; are Hermitian. The computation is based on SVD(A) and any&lt;BR /&gt; singular values less than a tolerance are treated as zero.&lt;BR /&gt; The default tolerance is MAX(SIZE(A)) * NORM(A) * EPS(class(A)).&lt;BR /&gt;*/&lt;BR /&gt;&lt;BR /&gt;right? &lt;BR /&gt;&lt;BR /&gt;Then IPP haven't direct function, but ipp should be have oneSVD function, you may check it in ippm or ipps manual. Or check IPP's sister library, math kernal library (MKL), which provide more math routines in it. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Dec 2009 05:46:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/looking-for-PseudoInverse-function/m-p/868437#M8570</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-12-08T05:46:51Z</dc:date>
    </item>
  </channel>
</rss>

