Habib,<div><br></div><div>Check the condition number of your matrix.  If the condition number of the matrix is too high, iterative methods have a difficult time converging.  Also, it is likely that the iterative algorithm requires your matrix to be symmetric, positive definite.</div>
<div><br></div><div>- Wes<br><br><div class="gmail_quote">On Wed, Jun 17, 2009 at 11:19 AM, Habib Baluwala <span dir="ltr">&lt;<a href="mailto:habibbaluwala@gmail.com">habibbaluwala@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Arnaud ,<br>
          It takes around 10 min to solve the linear system of equations. I<br>
also tried the vnl_sparse_matrix_linear_system but that too takes a long<br>
time for solving these equations.<br>
<br>
<br>
<br>
<br>
Arnaud Gelas wrote:<br>
&gt;<br>
&gt; Habib,<br>
&gt;<br>
&gt; Right, your matrix is not that large and is really sparse...<br>
&gt; I am curious to know how long it takes to solve your system?<br>
&gt;<br>
&gt; I am not so sure about the efficiency of vnl direct solver (LU<br>
&gt; solver)... (Until recently, sparse iterative solver were really<br>
&gt; efficient in comparison to direct ones, and this is still a very active<br>
&gt; field of research!)<br>
&gt; If you need to solve several times linear systems which involve the same<br>
&gt; matrix, I would recommend to use a direct solver like LU, LLT, LDLT;<br>
&gt; else an iterative solution like vnl_sparse_matrix_linear_system.<br>
&gt;<br>
&gt;<br>
&gt; Arnaud<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Habib Baluwala wrote:<br>
&gt;&gt; Hi Arnaud,<br>
&gt;&gt;                The size of the matrix is around 40,000 rows and columns<br>
&gt;&gt; but<br>
&gt;&gt; the density is around 5 percent which is very small. I am using the<br>
&gt;&gt; vnl_sparse_matrix for reading the sparse matrix and then using the<br>
&gt;&gt; vnl_sparse_lu and for solving the equations. I thought that the blas and<br>
&gt;&gt; lapack libraries are linked with the linear solver but that does not seem<br>
&gt;&gt; to<br>
&gt;&gt; be the case or I am currently not using any pointers for the sparse<br>
&gt;&gt; matrix.<br>
&gt;&gt; Can this be a reason for the failure????? I look forward to yor reply<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Arnaud Gelas wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi habbib,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; How large is your matrix?<br>
&gt;&gt;&gt; How sparse is your matrix? Do you know the number of non null elements<br>
&gt;&gt;&gt; in your matrix? Or can you tell me the number of non null elements per<br>
&gt;&gt;&gt; row (in average)?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Solving sparse linear system highly depends on the sparsity of your<br>
&gt;&gt;&gt; matrix.<br>
&gt;&gt;&gt; When you say I am &quot;using VNL sparse system solver&quot;, what do you mean?<br>
&gt;&gt;&gt; which class are you using?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Note that it is not because you use BLAS and LAPACK that the code will<br>
&gt;&gt;&gt; be fast, it depends how they are used in in the library. For example<br>
&gt;&gt;&gt; mumps, taucs are also based on blas and lapack and performances are<br>
&gt;&gt;&gt; really different...<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Arnaud<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Habib Baluwala wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi everyone ,<br>
&gt;&gt;&gt;&gt;                  I am currently using a large sparse system of linear<br>
&gt;&gt;&gt;&gt; equation which is non-symmetric. I tried using VNL sparse system<br>
&gt;&gt;&gt;&gt; solvers<br>
&gt;&gt;&gt;&gt; but<br>
&gt;&gt;&gt;&gt; they are very slow , I can&#39;t still understand why they are slow because<br>
&gt;&gt;&gt;&gt; they<br>
&gt;&gt;&gt;&gt; are supposed to utilise the BLAS and Lapack libraries to speed up. Can<br>
&gt;&gt;&gt;&gt; anyone tell me how can I speed up the procedure???? I also tried the<br>
&gt;&gt;&gt;&gt; release<br>
&gt;&gt;&gt;&gt; instead of debug. It was able to reduce the time taken but not to a<br>
&gt;&gt;&gt;&gt; significant effect. Would including the Utilities folder in the<br>
&gt;&gt;&gt;&gt; CMakeFile.txt help ???<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I look forward to your reply and sorry for any inconvenience.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt; _____________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt;&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
&gt;<br>
<br>
--<br>
View this message in context: <a href="http://n2.nabble.com/solving-large-linear-equations-tp3092477p3093457.html" target="_blank">http://n2.nabble.com/solving-large-linear-equations-tp3092477p3093457.html</a><br>
Sent from the ITK Insight Users mailing list archive at Nabble.com.<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at: <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Wesley D. Turner, Ph.D.<br>Kitware, Inc.<br>R&amp;D Engineer<br>28 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-371-3971 x120<br>
</div>