Correct Bug in the testing of CHERFSX function
authorjulie <julielangou@users.noreply.github.com>
Mon, 15 Aug 2011 20:53:17 +0000 (20:53 +0000)
committerjulie <julielangou@users.noreply.github.com>
Mon, 15 Aug 2011 20:53:17 +0000 (20:53 +0000)
commit095393a41cc165aa38798b8fc030e2baeb0bdeae
treee8886ed776aca076b8d79e7457108cdd1215936f
parent46b5d7df011c648f2ea8af3413122cca6a616468
Correct Bug in the testing of CHERFSX function
reported by omitrofa (olga.mitrofanova@intel.com)
See Forum 2644

Test of CHERFSX function doesn't work because there is an error
in ../TESTING/LIN/cerrhex.f ( lines 284-330 ).
This function uses the diagonal pivoting factorization of a Hermitian
indefinite matrix instead of the diagonal pivoting factorization of
a Hermitian indefinite packed matrix. When CHERFSX is included in
conditional "IF( LSAMEN( 2, C2, 'HE' ) ) THEN " the test works.
TESTING/LIN/cerrhex.f