changed the relational experssions in pivot search loop in dsytf2_rook.f to be the...
authorigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Wed, 7 Dec 2011 03:22:08 +0000 (03:22 +0000)
committerigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Wed, 7 Dec 2011 03:22:08 +0000 (03:22 +0000)
commit1c5642102bcdd43a47dfd6e03a57fb9c37fb138a
tree461eac6df04b315287f1e02d86b6167b89d3bd9f
parentc8a92cd4de1988df842c454210880ec402cb7081
changed the relational experssions in pivot search loop in dsytf2_rook.f to be the same as in dlasyf_rook.f. \n In particular, ROWMAX .EQ. COLMAX was replaced by the equivalent  ( P.EQ.JMAX ).OR.( ROWMAX.LE.COLMAX ). This approach better handles NaN and Inf
SRC/dlasyf_rook.f
SRC/dsytf2_rook.f