Skip to content

#1034 Wrong datatype in MINRESSolver

Metadata

Property Value
Reported by Patrick Leidenberger (mailings.pl@gmail.com)
Reported at Feb 2, 2012 07:28
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Last edited at Apr 6, 2012 15:14
Closed by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Closed at Apr 6, 2012 15:14
Closed in version Unknown
Resolution Fixed
Comment

Description

In solvers.hh, line 1001 there is written: double beta0 = beta; but beta is defined as: field_type beta in line 984

Defining beta0 as field_type, enables me to run the MINRESSolver for complex numbers aswell.