General Subroutine Error

  • Follow


Hi, I have a puzzling error when calling the netlib DGEEV subroutine.
Specifically, I have two nearly identical codes that call this routine.
 One is a modified version of the other.  The input going into the
routine is identical (at least as far as I can tell by dumping the
arguments to the screen for both codes).  However, the output differs
between the two codes.  My guess is that I am defining some functions
improperly.  In the modified code, I added several functions and make
use a several new external statements.  Any ideas?  

Best, Rudy

0
Reply rjmagyar (14) 12/28/2006 4:38:53 AM

In article <1167280732.983016.92520@n51g2000cwc.googlegroups.com>,
	"rjmagyar" <rjmagyar@gmail.com> writes:
> Hi, I have a puzzling error when calling the netlib DGEEV subroutine.
> Specifically, I have two nearly identical codes that call this routine.
>  One is a modified version of the other.  The input going into the
> routine is identical (at least as far as I can tell by dumping the
> arguments to the screen for both codes).  However, the output differs
> between the two codes.  My guess is that I am defining some functions
> improperly.  In the modified code, I added several functions and make
> use a several new external statements.  Any ideas?  

Yes!  My idea is that you have either a bug or unrealistic
expectations with regards to the modified code.

Of course, if you actually posted the code or a URL to the code,
we might actually be able to help.

-- 
Steve
http://troutmask.apl.washington.edu/~kargl/
0
Reply kargl (773) 12/28/2006 5:26:54 AM


1 Replies
40 Views

(page loaded in 0.388 seconds)

Similiar Articles:













7/30/2012 5:49:43 AM


Reply: