Skip to content

Commit 65ad5f2

Browse files
committed
Pinpointing why the expm test fails.
1 parent 8d6a3f9 commit 65ad5f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/linalg/test_linalg_expm.fypp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ module test_linalg_expm
5858

5959
! Check result.
6060
err = mnorm(Eref - E, "inf")
61+
print *, "Error", err, maxval(abs(Eref - E)), (n**2)*epsilon(1.0_${rk}$)
6162
call check(error, err < (n**2)*epsilon(1.0_${rk}$), "Analytical matrix exponential.")
6263
if (allocated(error)) return
6364
return

0 commit comments

Comments
 (0)