<?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 Yes I know. Speaking of which in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984133#M17624</link>
    <description>&lt;P&gt;Yes I know. Speaking of which :&lt;/P&gt;

&lt;P&gt;there is one thing I don't know but I would like to : I&amp;nbsp;created some windows related topics in the intel mkl forum, and they are all visible, on the top (because I created them recently) :&lt;/P&gt;

&lt;P&gt;why isn't it the case with the mac os x related topics I have created ?&lt;/P&gt;

&lt;P&gt;Is mac os x intel mkl support still active ?&lt;/P&gt;

&lt;P&gt;I am asking this because the two topics&lt;/P&gt;

&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/topic/494329"&gt;http://software.intel.com/en-us/forums/topic/494329&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/topic/494365"&gt;http://software.intel.com/en-us/forums/topic/494365&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;are totally invisible in the intel mkl&amp;nbsp;forum if you filter topic list to see most recent topics but where created in it.&lt;/P&gt;

&lt;P&gt;Why so ? Only because it is mac related ?&lt;/P&gt;

&lt;P&gt;PS : I really don't think "linking intel mkl&amp;nbsp;is easy, especially on mac os x plateform.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2013 08:30:00 GMT</pubDate>
    <dc:creator>Pierre_L_4</dc:creator>
    <dc:date>2013-11-25T08:30:00Z</dc:date>
    <item>
      <title>Sherman Morrisson algorithm : almost tridiagonal matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984129#M17620</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;

&lt;P&gt;Let M be a real tridiagonal matrix of size n greater than or equal to 2. We perfectly know how to solve systems of the form MX = Y with&amp;nbsp;dgttrf followed by&amp;nbsp;dgttrs. Now imagine that I am not interested in solving MX = Y anymore, but rather NX = Y where N = M + u.Tv where u,v are columns vectors of size n and where Tv means "transposed of v". Solving NX = Y is equivalent to solve MX = Y, MX = u and MX = v, and is "almost" not more expensive than solving&amp;nbsp;MX = Y when the rank of the matrix&amp;nbsp;u.Tv is small wrt n. (In my case this rank is inferior or equal to 2.)&lt;/P&gt;

&lt;P&gt;This is due to the&amp;nbsp;Sherman Morrisson formula, see here --&amp;gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Sherman%E2%80%93Morrison_formula"&gt;http://en.wikipedia.org/wiki/Sherman%E2%80%93Morrison_formula&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;My question is : as far as I saw in MKL's documentation, there's no dedicated function doing this&amp;nbsp;Sherman Morrisson trick : am I wrong or not ? Is there other function allowing me to solve system where the matrix defining the system is close to a tridiagonal matrix.&lt;/P&gt;

&lt;P&gt;(If not, obviously I could then use&amp;nbsp;dgttrf followed by a&amp;nbsp;dgttrs with a three column matrix for the right hand side, obtained by putting X, u, v together.)&lt;/P&gt;

&lt;P&gt;By close, I mean that there existe a tridiagonal matrix such that the difference between the matrix defining the system and this matrix is 1) a matrix of very small rank 2) and matrix with a very small number of non zero entries.&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;

&lt;P&gt;Pierre.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2013 00:58:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984129#M17620</guid>
      <dc:creator>Pierre_L_4</dc:creator>
      <dc:date>2013-11-14T00:58:55Z</dc:date>
    </item>
    <item>
      <title>Hi Pierre,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984130#M17621</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;Pierre,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;Thanks a lot for a good question - you are correct, MKL doesn't support solution of system with tridiagonal+rank 1 matrices. But, as you proposed it can be solve by combination of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9.5pt; font-family: Arial, sans-serif;"&gt;dgttrf and dgttrs routine with different rhs. I didn't understand only one point from you proposal:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;(If not, obviously I could then use&amp;nbsp;dgttrf followed by a&amp;nbsp;dgttrs with a three column matrix for the right hand side, obtained by putting X, u, v together.)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;From my point of view you need to call&amp;nbsp;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;dgttrs twice to implement numerator of fraction. The first one can be combine with computation of denominator be setting of several rhs but in any case you need to call dgttrs twice. Am I&amp;nbsp;correct?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;Alexander Kalinkin&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2013 04:19:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984130#M17621</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2013-11-19T04:19:31Z</dc:date>
    </item>
    <item>
      <title>Hi Alexander, and thanks a</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984131#M17622</link>
      <description>&lt;P&gt;Hi Alexander, and thanks a lot !&lt;/P&gt;

&lt;P&gt;I was inaaccurate I am sorry, I was meaning :&lt;/P&gt;

&lt;P&gt;&lt;EM style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;If not, obviously I could then use&amp;nbsp;dgttrf (followed by dgttrs) with a three column matrix for the right hand side, obtained by putting X, u, v together&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;And you're right for calling dgttrs twice.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Kind Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Pierre&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2013 12:08:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984131#M17622</guid>
      <dc:creator>Pierre_L_4</dc:creator>
      <dc:date>2013-11-19T12:08:37Z</dc:date>
    </item>
    <item>
      <title>Hi Pierre,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984132#M17623</link>
      <description>Hi Pierre,

You know that there are tens of thousand of different scientific algorithms and MKL has the most widelly used onces. I don't think it is possible at all to have all algorithms designed and implemented in scientific community during last 40 or 50 years in one magic library.

For example,

Intel IPP ( Integrated Performance Primitives ) library ( more than 10,000 different functions were at some point as far as I remember ) followed the path of having lots of different algorithms inside and the team is busy now with reducing the number of functions in order to reduce maintenance efforts.</description>
      <pubDate>Tue, 19 Nov 2013 15:07:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984132#M17623</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-11-19T15:07:00Z</dc:date>
    </item>
    <item>
      <title>Yes I know. Speaking of which</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984133#M17624</link>
      <description>&lt;P&gt;Yes I know. Speaking of which :&lt;/P&gt;

&lt;P&gt;there is one thing I don't know but I would like to : I&amp;nbsp;created some windows related topics in the intel mkl forum, and they are all visible, on the top (because I created them recently) :&lt;/P&gt;

&lt;P&gt;why isn't it the case with the mac os x related topics I have created ?&lt;/P&gt;

&lt;P&gt;Is mac os x intel mkl support still active ?&lt;/P&gt;

&lt;P&gt;I am asking this because the two topics&lt;/P&gt;

&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/topic/494329"&gt;http://software.intel.com/en-us/forums/topic/494329&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/topic/494365"&gt;http://software.intel.com/en-us/forums/topic/494365&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;are totally invisible in the intel mkl&amp;nbsp;forum if you filter topic list to see most recent topics but where created in it.&lt;/P&gt;

&lt;P&gt;Why so ? Only because it is mac related ?&lt;/P&gt;

&lt;P&gt;PS : I really don't think "linking intel mkl&amp;nbsp;is easy, especially on mac os x plateform.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2013 08:30:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984133#M17624</guid>
      <dc:creator>Pierre_L_4</dc:creator>
      <dc:date>2013-11-25T08:30:00Z</dc:date>
    </item>
    <item>
      <title>The two topics just appeared,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984134#M17625</link>
      <description>&lt;P&gt;The two topics just appeared, by miracle. :-) Strange.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2013 16:04:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sherman-Morrisson-algorithm-almost-tridiagonal-matrices/m-p/984134#M17625</guid>
      <dc:creator>Pierre_L_4</dc:creator>
      <dc:date>2013-11-25T16:04:43Z</dc:date>
    </item>
  </channel>
</rss>

