<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font face="Times New Roman, Times, serif" size="+1">Hello,<br>
        I am running NCL version 6.3.0 on a Linux (Ubuntu) machine with
        a bash shell. I am trying to use the dgeevx_lapack function for
        the first time. The documentation includes an option to
        calculate reciprocal condition numbers. Enabling that option
        will not lead to any error messages, but I also can't find the
        result of that calculation. Running the command in the following
        three versions:</font></p>
    <p><font face="Times New Roman, Times, serif" size="+1">evl =
        dgeevx_lapack(M,"N","V","V","N",False)</font></p>
    <p><font face="Times New Roman, Times, serif" size="+1">evl =
        dgeevx_lapack(M,"N","V","V","E",False)</font></p>
    <p><font face="Times New Roman, Times, serif" size="+1">evl =
        dgeevx_lapack(M,"N","V","V","B",False)</font></p>
    <p><font face="Times New Roman, Times, serif" size="+1">for any
        given matrix M results in variables evl that contain the same
        number of values and are seemingly identical otherwise, too.</font></p>
    <p><font face="Times New Roman, Times, serif" size="+1">How can I
        access the reciprocal condition numbers? Is there another ncl
        function I should use?</font></p>
    <p><font face="Times New Roman, Times, serif" size="+1">Thanks for
        your help,<br>
        Andy</font></p>
    <pre class="moz-signature" cols="72">-- 
Andy Miller
MIT PAOC PhD Candidate

77 Massachusetts Ave | 54-1715
Cambridge, MA 02139

Phone: 617-253-3715
Email: <a class="moz-txt-link-abbreviated" href="mailto:awmiller@mit.edu">awmiller@mit.edu</a></pre>
  </body>
</html>