<?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 引文：Voronin, Kirill (Intel) 写道 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150686#M27110</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Voronin, Kirill (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see. For such a tiny matrix and such sparsity I believe there is no need to use sparse matrices. Have a look at&amp;nbsp;&lt;A href="https://software.intel.com/en-us/onemkl-developer-reference-c-getrf"&gt;https://software.intel.com/en-us/onemkl-developer-reference-c-getrf&lt;/A&gt; from LAPACK.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try it, by the way ,have you ever try to solve problem like mine, do you know how long will&amp;nbsp;take to do&amp;nbsp;cholesky or LU decomposition. my program is run on a server with 2&amp;nbsp;&amp;nbsp;Intel(R) Xeon(R) CPU E5-2609 v3 @ 1.90GHz.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2019 06:41:25 GMT</pubDate>
    <dc:creator>lin__ziije</dc:creator>
    <dc:date>2019-12-04T06:41:25Z</dc:date>
    <item>
      <title>is there any MKL function can outputs L matrix of cholesky decomposition</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150682#M27106</link>
      <description>&lt;P&gt;I want to solve some&amp;nbsp;linear&amp;nbsp;equations（Ax=b） with same matrix A and different vector b. So i decided to decompose matrix A with&amp;nbsp;cholesky decomposition to get matrix L&amp;nbsp; (A= LT*L).&lt;/P&gt;&lt;P&gt;Is there any MKL function can&amp;nbsp;&amp;nbsp;outputs L matrix of cholesky decomposition, i have tried some other library, but most of them can not directly output&amp;nbsp; matrix L.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 06:53:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150682#M27106</guid>
      <dc:creator>lin__ziije</dc:creator>
      <dc:date>2019-12-03T06:53:46Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150683#M27107</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is the matrix sparse or dense? Intel MKL provides a way in both cases to solve one system with multiple right-hand sides but functionality is different. If you just want to solve with multiple right-hand sides, you don't actually need the matrix L. So, is there something else which you didn't mention in your description?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kirill&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 00:15:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150683#M27107</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2019-12-04T00:15:30Z</dc:date>
    </item>
    <item>
      <title>引文：Voronin, Kirill (Intel) 写道</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150684#M27108</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Voronin, Kirill (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is the matrix sparse or dense? Intel MKL provides a way in both cases to solve one system with multiple right-hand sides but functionality is different. If you just want to solve with multiple right-hand sides, you don't actually need the matrix L. So, is there something else which you didn't mention in your description?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kirill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp; for your answer. Matrix A is a 5000x5000 matrix with about 60,000 (0.25%) none zeros elements. I actually need the matrix L for&amp;nbsp;&amp;nbsp;follow-up work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so， MKL can not output matrix L driectly?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 04:06:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150684#M27108</guid>
      <dc:creator>lin__ziije</dc:creator>
      <dc:date>2019-12-04T04:06:19Z</dc:date>
    </item>
    <item>
      <title>I see. For such a tiny matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150685#M27109</link>
      <description>&lt;P&gt;I see. For such a tiny matrix and such sparsity I believe there is no need to use sparse matrices. Have a look at&amp;nbsp;https://software.intel.com/en-us/onemkl-developer-reference-c-getrf from LAPACK.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 04:25:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150685#M27109</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2019-12-04T04:25:49Z</dc:date>
    </item>
    <item>
      <title>引文：Voronin, Kirill (Intel) 写道</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150686#M27110</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Voronin, Kirill (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see. For such a tiny matrix and such sparsity I believe there is no need to use sparse matrices. Have a look at&amp;nbsp;&lt;A href="https://software.intel.com/en-us/onemkl-developer-reference-c-getrf"&gt;https://software.intel.com/en-us/onemkl-developer-reference-c-getrf&lt;/A&gt; from LAPACK.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try it, by the way ,have you ever try to solve problem like mine, do you know how long will&amp;nbsp;take to do&amp;nbsp;cholesky or LU decomposition. my program is run on a server with 2&amp;nbsp;&amp;nbsp;Intel(R) Xeon(R) CPU E5-2609 v3 @ 1.90GHz.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 06:41:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150686#M27110</guid>
      <dc:creator>lin__ziije</dc:creator>
      <dc:date>2019-12-04T06:41:25Z</dc:date>
    </item>
    <item>
      <title>you may take a look at the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150687#M27111</link>
      <description>&lt;P&gt;you may take a look at the published perf results for some of mkl's factorizations routines from intel mkl product page -&amp;nbsp;https://software.intel.com/en-us/mkl/features/benchmarks&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 04:15:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/is-there-any-MKL-function-can-outputs-L-matrix-of-cholesky/m-p/1150687#M27111</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-12-06T04:15:03Z</dc:date>
    </item>
  </channel>
</rss>

