Skip to content

Commit 8b98031

Browse files
committed
better example
1 parent ba59694 commit 8b98031

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/linalg/example_mnorm.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ program example_mnorm
2020

2121
! Compute infinity norm of each 3x3 matrix in b
2222
nb = mnorm(b, 'inf', dim=[1,2])
23+
24+
! 18.0000000 36.0000000 54.0000000 72.0000000
2325
print *, "Infinity norms of matrices in b:", nb
2426
end program example_mnorm

0 commit comments

Comments
 (0)