<?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 Dear Ying, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-question-regarding-matrix-inversion-vs-solver/m-p/1101763#M23940</link>
    <description>&lt;P&gt;Dear Ying,&lt;/P&gt;

&lt;P&gt;Thank you! Exactly what I was looking for :)&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Mads&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2016 10:03:54 GMT</pubDate>
    <dc:creator>Mads_Trolle</dc:creator>
    <dc:date>2016-01-29T10:03:54Z</dc:date>
    <item>
      <title>Basic question regarding matrix inversion vs solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-question-regarding-matrix-inversion-vs-solver/m-p/1101761#M23938</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;Given a matrix A, I need to calculate element (1,1) of its inverse... i.e. if B = inv(A), i need B(1,1), and not the entire matrix B.&lt;/P&gt;

&lt;P&gt;Hence, doing a complete inversion of matrix A seems a bit excessive... Does mkl contain any smart solver-based routines i might use...?&lt;/P&gt;

&lt;P&gt;My first impression is to use&lt;/P&gt;

&lt;P&gt;call getrf(A,i)&lt;BR /&gt;
	call getrs(A,I)&lt;/P&gt;

&lt;P&gt;where I = [1,0,0,...], to get the first column of B...&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Mads&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>
      <pubDate>Mon, 25 Jan 2016 09:56:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-question-regarding-matrix-inversion-vs-solver/m-p/1101761#M23938</guid>
      <dc:creator>Mads_Trolle</dc:creator>
      <dc:date>2016-01-25T09:56:46Z</dc:date>
    </item>
    <item>
      <title>Hi Mads, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-question-regarding-matrix-inversion-vs-solver/m-p/1101762#M23939</link>
      <description>&lt;P&gt;Hi Mads,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You are right. If the matrix is dense, then I’d suggest to use ?gesv(A,I) as it is a bit simpler than using factorization and solve routines. If the matrix A is sparse, it is possible to use PARDISO solver with right-hand side “I” and partial solve to get just B(1,1).&lt;/P&gt;

&lt;P&gt;Best&amp;nbsp;&lt;BR /&gt;
	Ying&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 04:04:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-question-regarding-matrix-inversion-vs-solver/m-p/1101762#M23939</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-01-27T04:04:52Z</dc:date>
    </item>
    <item>
      <title>Dear Ying,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-question-regarding-matrix-inversion-vs-solver/m-p/1101763#M23940</link>
      <description>&lt;P&gt;Dear Ying,&lt;/P&gt;

&lt;P&gt;Thank you! Exactly what I was looking for :)&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Mads&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 10:03:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-question-regarding-matrix-inversion-vs-solver/m-p/1101763#M23940</guid>
      <dc:creator>Mads_Trolle</dc:creator>
      <dc:date>2016-01-29T10:03:54Z</dc:date>
    </item>
  </channel>
</rss>

