dgeev and dgesvd arguments and return values



Robert Dodier wrote:
> Ray,
> 
> I wonder if we can make the arguments and return values
> of dgeev and dgesvd consistent. I'll recommend the following:
> 

Suggested changes are done.  dgeev and dgesvd always return a list of 3 
elements.  The element is either the desired result or false, if that 
optional argument was false.  dgesvd now has 2 optional parameters like 
dgeev.

> 
> As it happens the actual return values are not accurately
> described by the documentation strings for $DGEEV and $DGESVD.

Doc strings are fixed too.  I see you also checked in lapack.texi.  I 
make the changes there too, if necessary.

Ray