<div class="gmail_quote">On Wed, Jul 11, 2012 at 8:51 AM, w_ang_temp <span dir="ltr"><<a href="mailto:w_ang_temp@163.com" target="_blank">w_ang_temp@163.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="line-height:1.7;font-size:14px;font-family:arial"><div> </div>
<div>Hello,</div>
<div>    </div>
<div>    Is there function in PETSc for judging the properties of the matrix A ? Such as positive definitiveness and </div>
<div> </div>
<div>conditional number. I know that there are several functions begin with MatIs+, but it has limited amounts. </div></div></blockquote><div><br></div><div>The Ritz values are estimates of the eigenvalues that you can obtain using KSPSolve() with -ksp_compute_eigenvalues or -ksp_plot_eigenvalues. Note that these are estimates for the _preconditioned_ operator, so you should use -pc_type none if you want estimates for the original operator.</div>
<div><br></div><div><a href="http://www.mcs.anl.gov/petsc/documentation/faq.html#conditionnumber">http://www.mcs.anl.gov/petsc/documentation/faq.html#conditionnumber</a></div></div>