<?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 DSS API in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSS-API/m-p/1150906#M27136</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a couple of questions regarding the DSS API to PARDISO.&lt;/P&gt;

&lt;P&gt;1. When calling dss_solve_* is the Rhs-vector input reordered internally according to the reordering obtained with dss_reorder? (Same for dss_factor_* and the matrix input)&lt;/P&gt;

&lt;P&gt;2. It is possible to duplicate an existing solver object such that there exist two identical solver objects with different handles?&lt;/P&gt;

&lt;P&gt;3. According to the MKL manual the dss_factor_* takes the matrix entries input as an 'array of elements'. How should this 1D-array be constructed from a (Fortran) 2D-array, row-by-row (row-major) or column-by-column (column-major)? Similarly, for multiple Rhs-vectors are the solution vectors of dss_solve_* outputted row- or column-major?&lt;/P&gt;

&lt;P&gt;4. Related to 1., is the solution outputted by dss_solve_* reordered back to the original ordering, or should this be done by the user?&lt;/P&gt;

&lt;P&gt;Hopefully one of you guys can help me out.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;

&lt;P&gt;Wouter&lt;/P&gt;</description>
    <pubDate>Fri, 09 Mar 2018 09:26:01 GMT</pubDate>
    <dc:creator>Twoot</dc:creator>
    <dc:date>2018-03-09T09:26:01Z</dc:date>
    <item>
      <title>DSS API</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSS-API/m-p/1150906#M27136</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a couple of questions regarding the DSS API to PARDISO.&lt;/P&gt;

&lt;P&gt;1. When calling dss_solve_* is the Rhs-vector input reordered internally according to the reordering obtained with dss_reorder? (Same for dss_factor_* and the matrix input)&lt;/P&gt;

&lt;P&gt;2. It is possible to duplicate an existing solver object such that there exist two identical solver objects with different handles?&lt;/P&gt;

&lt;P&gt;3. According to the MKL manual the dss_factor_* takes the matrix entries input as an 'array of elements'. How should this 1D-array be constructed from a (Fortran) 2D-array, row-by-row (row-major) or column-by-column (column-major)? Similarly, for multiple Rhs-vectors are the solution vectors of dss_solve_* outputted row- or column-major?&lt;/P&gt;

&lt;P&gt;4. Related to 1., is the solution outputted by dss_solve_* reordered back to the original ordering, or should this be done by the user?&lt;/P&gt;

&lt;P&gt;Hopefully one of you guys can help me out.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;

&lt;P&gt;Wouter&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 09:26:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSS-API/m-p/1150906#M27136</guid>
      <dc:creator>Twoot</dc:creator>
      <dc:date>2018-03-09T09:26:01Z</dc:date>
    </item>
    <item>
      <title>I confine my answer to the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSS-API/m-p/1150907#M27137</link>
      <description>&lt;P&gt;I confine my answer to the third item in your list. Before you call DSS_FACTOR_xxx, you should have called&amp;nbsp;DSS_CREATE, DSS_DEFINE_STRUCTURE and DSS_REORDER. The matrix is supplied in the compressed sparse row (CSR) representation to DSS_DEFINE_STRUCTURE. The MKL documentation has a full appendix, "Linear Solver Basics" that describes sparse matrix storage.&lt;/P&gt;

&lt;P&gt;It would be instructive for you to study the DSS example problems that are included in the MKL examples directory.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 16:22:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSS-API/m-p/1150907#M27137</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2018-03-09T16:22:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSS-API/m-p/1150908#M27138</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Indeed the examples proved instructive. However, I still have one question remaining. In the case of multiple right-hand side vectors, how should these values be given as an argument to dss_solve_real? Obviously as an array of length #rhs x #rows of system matrix, but stored row- or column major?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 16:40:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSS-API/m-p/1150908#M27138</guid>
      <dc:creator>Twoot</dc:creator>
      <dc:date>2018-03-12T16:40:39Z</dc:date>
    </item>
    <item>
      <title>If you have N equations and R</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSS-API/m-p/1150909#M27139</link>
      <description>&lt;P&gt;If you have N equations and R right-hand sides, the RhsValues argument is an N.R element 1-D array. The first N elements contain the first right hand side vector. Elements N+1, ..., 2N contain the second right hand side vector, and so on. The solution vectors are similarly combined into an N.R 1-D array, with the first solution vector in the first N elements, etc.&lt;/P&gt;

&lt;P&gt;If you carefully read the DSS solver documentation (in the MKL reference manual), you will see this for yourself. Linear algebra routines with a Fortran pedigree use column-major order for 2-D arrays.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 17:21:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSS-API/m-p/1150909#M27139</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2018-03-13T17:21:25Z</dc:date>
    </item>
  </channel>
</rss>

