<?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 Dense Matrix Into CRS Format (For Pardiso) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883345#M9794</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I was searching for any routine in mkl to compress a dense matrix (stored in vector) into CRS form&lt;/P&gt;
&lt;P&gt;used by PARDISO. Does anybody know such routine ?&lt;/P&gt;
&lt;P&gt;Thanks for help.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2010 10:28:24 GMT</pubDate>
    <dc:creator>michaelmoc</dc:creator>
    <dc:date>2010-02-25T10:28:24Z</dc:date>
    <item>
      <title>Dense Matrix Into CRS Format (For Pardiso)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883345#M9794</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I was searching for any routine in mkl to compress a dense matrix (stored in vector) into CRS form&lt;/P&gt;
&lt;P&gt;used by PARDISO. Does anybody know such routine ?&lt;/P&gt;
&lt;P&gt;Thanks for help.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2010 10:28:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883345#M9794</guid>
      <dc:creator>michaelmoc</dc:creator>
      <dc:date>2010-02-25T10:28:24Z</dc:date>
    </item>
    <item>
      <title>Dense Matrix Into CRS Format (For Pardiso)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883346#M9795</link>
      <description>&lt;P&gt;I'm not aware of any (although I admit, I don't fully understand/know your dense matrix format). The MKL available routines are listed in Sparse BLAS Level 2 and Level 3 Routines Section. Table below.&lt;/P&gt;

&lt;P&gt;A.&lt;/P&gt;

&lt;TABLE border="1" cellpadding="4" class="AllLineStandard" id="tbl2-9" rules="all"&gt;
	&lt;TBODY&gt;
		&lt;TR&gt;
			&lt;TD headers="d87e23" valign="top" width="40%"&gt;
				&lt;P&gt;Matrix converters&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD headers="d87e26" valign="top" width="60%"&gt;&amp;nbsp;&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR&gt;
			&lt;TD headers="d87e23" valign="top" width="40%"&gt;
				&lt;P&gt;&lt;A href="https://community.intel.com/en-us/node/468626"&gt;mkl_ddnscsr&lt;/A&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD headers="d87e26" valign="top" width="60%"&gt;
				&lt;P&gt;Converts a sparse matrix in the dense representation to the CSR format (3-array variation).&lt;/P&gt;
			&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR&gt;
			&lt;TD headers="d87e23" valign="top" width="40%"&gt;
				&lt;P&gt;&lt;A href="https://community.intel.com/en-us/node/468628"&gt;mkl_dcsrcoo&lt;/A&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD headers="d87e26" valign="top" width="60%"&gt;
				&lt;P&gt;Converts a sparse matrix in the CSR format (3-array variation) to the coordinate format and vice versa.&lt;/P&gt;
			&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR&gt;
			&lt;TD headers="d87e23" valign="top" width="40%"&gt;
				&lt;P&gt;&lt;A href="https://community.intel.com/en-us/node/468630"&gt;mkl_dcsrbsr&lt;/A&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD headers="d87e26" valign="top" width="60%"&gt;
				&lt;P&gt;Converts a sparse matrix in the CSR format to the BSR format (3-array variations) and vice versa.&lt;/P&gt;
			&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR&gt;
			&lt;TD headers="d87e23" valign="top" width="40%"&gt;
				&lt;P&gt;&lt;A href="https://community.intel.com/en-us/node/468632"&gt;mkl_dcsrcsc&lt;/A&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD headers="d87e26" valign="top" width="60%"&gt;
				&lt;P&gt;Converts a sparse matrix in the CSR format to the CSC and vice versa (3-array variations).&lt;/P&gt;
			&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR&gt;
			&lt;TD headers="d87e23" valign="top" width="40%"&gt;
				&lt;P&gt;&lt;A href="https://community.intel.com/en-us/node/468634"&gt;mkl_dcsrdia&lt;/A&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD headers="d87e26" valign="top" width="60%"&gt;
				&lt;P&gt;Converts a sparse matrix in the CSR format (3-array variation) to the diagonal format and vice versa.&lt;/P&gt;
			&lt;/TD&gt;
		&lt;/TR&gt;
		&lt;TR&gt;
			&lt;TD headers="d87e23" valign="top" width="40%"&gt;
				&lt;P&gt;&lt;A href="https://community.intel.com/en-us/node/468636"&gt;mkl_dcsrsky&lt;/A&gt;&lt;/P&gt;
			&lt;/TD&gt;
			&lt;TD headers="d87e26" valign="top" width="60%"&gt;
				&lt;P&gt;Converts a sparse matrix in the CSR format (3-array variation) to the sky line format and vice versa.&lt;/P&gt;
			&lt;/TD&gt;
		&lt;/TR&gt;
	&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 25 Feb 2010 11:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883346#M9795</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2010-02-25T11:24:00Z</dc:date>
    </item>
    <item>
      <title>Dense Matrix Into CRS Format (For Pardiso)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883347#M9796</link>
      <description>My format is that the whole matrix is defined in 1 dimensional array. (I know its size so i am able to simulate 2D behavior). And i want such matrix convert to PARDISO format, which is CRS. &lt;BR /&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:14:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883347#M9796</guid>
      <dc:creator>michaelmoc</dc:creator>
      <dc:date>2010-02-25T12:14:44Z</dc:date>
    </item>
    <item>
      <title>Dense Matrix Into CRS Format (For Pardiso)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883348#M9797</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If your store all elements of matrixconsistently column by column and want to call Pardiso for unsymmetric matrix you don't need any converters.To call pardiso you need 3 arrays: values, columns and row index. Values is yourvector, columns is array of n*n elements ={1,2,...,n,1,2,..,n,1,2,...n} and rowindexs is array of n+1 elemnts ={1,n+1,2n+1,..,n*n+1}, where n is size of matrix. So you need to create only two arrays in way I described before and after you could use Pardiso for unsymmetric matrix.&lt;/P&gt;
&lt;P&gt;With best regards,&lt;/P&gt;
&lt;P&gt;Alexander Kalinkin&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2010 16:09:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883348#M9797</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-02-25T16:09:25Z</dc:date>
    </item>
    <item>
      <title>Dense Matrix Into CRS Format (For Pardiso)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883349#M9798</link>
      <description>&lt;P&gt;Michael,&lt;/P&gt;
&lt;P&gt;I still believe that the most appropriate for you method is using &lt;B&gt;mkl_ddnscsr&lt;/B&gt; function to convert from dense to CSR ( not CRS -:) ) format. Especially if you know the sizes of your matrixes.&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2010 17:11:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883349#M9798</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-02-25T17:11:09Z</dc:date>
    </item>
    <item>
      <title>Dense Matrix Into CRS Format (For Pardiso)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883350#M9799</link>
      <description>&lt;P&gt;Gennady!&lt;/P&gt;
&lt;P&gt;From what i know PARDISO is running on CRS storage format (http://netlib.org/linalg/html_templates/node91.html) . And thus i can't use CSR. (If i am wrong please correct me, i will gladly use CSR :) ).&lt;/P&gt;
&lt;P&gt;Alexander&lt;/P&gt;
&lt;P&gt;That is a nice idea but how about performance. It will probably be hit.&lt;/P&gt;
&lt;P&gt;Although i will try it :). Thanks.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2010 09:18:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883350#M9799</guid>
      <dc:creator>michaelmoc</dc:creator>
      <dc:date>2010-02-26T09:18:59Z</dc:date>
    </item>
    <item>
      <title>Dense Matrix Into CRS Format (For Pardiso)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883351#M9800</link>
      <description>&lt;P&gt;Hello Gennady.&lt;/P&gt;
&lt;P&gt;I have read once again CSR method compression documentation and i have noticed 3 array variation of this compression. This is what i really need :). Thank You for pointing this out.&lt;/P&gt;
&lt;P&gt;Michael.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2010 10:53:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-Matrix-Into-CRS-Format-For-Pardiso/m-p/883351#M9800</guid>
      <dc:creator>michaelmoc</dc:creator>
      <dc:date>2010-02-26T10:53:25Z</dc:date>
    </item>
  </channel>
</rss>

