<?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 Pardiso format Vector Manipulation Library in MKL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-format-Vector-Manipulation-Library-in-MKL/m-p/905485#M11596</link>
    <description>&lt;P&gt;I just wonder whether there is any vector/matrix manipulation library in MKL if my data is stored in pardiso format? The library shall include, but not limited to factorization, linear system solver, matrix vector product.&lt;/P&gt;
&lt;P&gt;This is because for band matrix, lapack has readily available matrix/vector manipulation library (see for example, &lt;A href="http://www.netlib.org/lapack//single/sgetrf.f"&gt;sgbtrf &lt;/A&gt;and &lt;A href="http://www.netlib.org/blas/sgbmv.f"&gt;sgbmv&lt;/A&gt;), which comes in handy when one needs to do ARPACK eigen solvers ( see an example &lt;A href="https://nanohub.org/tools/seteb/browser/trunk/lib/ARPACK/EXAMPLES/BAND/dnband.f?rev=6"&gt;here&lt;/A&gt;). However, a lot of times we don't use band matrix storage format and instead, we opt for pardiso format ( is it CSR or CSC or a variant of any of the two? I'm not very sure).&lt;/P&gt;
&lt;P&gt;A similar library for Pardiso would be great aid for everyone.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2010 04:38:21 GMT</pubDate>
    <dc:creator>Ngu_Soon_Hui</dc:creator>
    <dc:date>2010-01-29T04:38:21Z</dc:date>
    <item>
      <title>Pardiso format Vector Manipulation Library in MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-format-Vector-Manipulation-Library-in-MKL/m-p/905485#M11596</link>
      <description>&lt;P&gt;I just wonder whether there is any vector/matrix manipulation library in MKL if my data is stored in pardiso format? The library shall include, but not limited to factorization, linear system solver, matrix vector product.&lt;/P&gt;
&lt;P&gt;This is because for band matrix, lapack has readily available matrix/vector manipulation library (see for example, &lt;A href="http://www.netlib.org/lapack//single/sgetrf.f"&gt;sgbtrf &lt;/A&gt;and &lt;A href="http://www.netlib.org/blas/sgbmv.f"&gt;sgbmv&lt;/A&gt;), which comes in handy when one needs to do ARPACK eigen solvers ( see an example &lt;A href="https://nanohub.org/tools/seteb/browser/trunk/lib/ARPACK/EXAMPLES/BAND/dnband.f?rev=6"&gt;here&lt;/A&gt;). However, a lot of times we don't use band matrix storage format and instead, we opt for pardiso format ( is it CSR or CSC or a variant of any of the two? I'm not very sure).&lt;/P&gt;
&lt;P&gt;A similar library for Pardiso would be great aid for everyone.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2010 04:38:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-format-Vector-Manipulation-Library-in-MKL/m-p/905485#M11596</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2010-01-29T04:38:21Z</dc:date>
    </item>
    <item>
      <title>Pardiso format Vector Manipulation Library in MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-format-Vector-Manipulation-Library-in-MKL/m-p/905486#M11597</link>
      <description>&lt;P&gt;I'm not entirely sure what you have in mind, however, you may take a look at the Sparse BLAS level 2 and 3 routines (in MKL), which provide (most probably) what you want, including all sort of multiplications, conversions etc.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;A.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2010 05:24:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-format-Vector-Manipulation-Library-in-MKL/m-p/905486#M11597</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2010-01-29T05:24:49Z</dc:date>
    </item>
    <item>
      <title>Pardiso format Vector Manipulation Library in MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-format-Vector-Manipulation-Library-in-MKL/m-p/905487#M11598</link>
      <description>&lt;DIV id="tiny_quote"&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=462562" class="basic" href="https://community.intel.com/en-us/profile/462562/"&gt;Ngu Soon Hui&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;I&gt;
&lt;P&gt;I just wonder whether there is any vector/matrix manipulation library in MKL if my data is stored in pardiso format? The library shall include, but not limited to factorization, linear system solver, matrix vector product.&lt;/P&gt;
&lt;P&gt;This is because for band matrix, lapack has readily available matrix/vector manipulation library (see for example, &lt;A href="http://www.netlib.org/lapack//single/sgetrf.f"&gt;sgbtrf &lt;/A&gt;and &lt;A href="http://www.netlib.org/blas/sgbmv.f"&gt;sgbmv&lt;/A&gt;), which comes in handy when one needs to do ARPACK eigen solvers ( see an example &lt;A href="https://nanohub.org/tools/seteb/browser/trunk/lib/ARPACK/EXAMPLES/BAND/dnband.f?rev=6"&gt;here&lt;/A&gt;). However, a lot of times we don't use band matrix storage format and instead, we opt for pardiso format ( &lt;B&gt;is it CSR or CSC or a variant of any of the two? &lt;/B&gt;I'm not very sure).&lt;/P&gt;
&lt;P&gt;A similar library for Pardiso would be great aid for everyone.&lt;/P&gt;
&lt;/I&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;one more comment on this - Pardiso supports only one CSR format ( 1-based indexes).&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2010 08:12:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-format-Vector-Manipulation-Library-in-MKL/m-p/905487#M11598</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-01-30T08:12:10Z</dc:date>
    </item>
  </channel>
</rss>

