We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba59694 commit 8b98031Copy full SHA for 8b98031
example/linalg/example_mnorm.f90
@@ -20,5 +20,7 @@ program example_mnorm
20
21
! Compute infinity norm of each 3x3 matrix in b
22
nb = mnorm(b, 'inf', dim=[1,2])
23
+
24
+ ! 18.0000000 36.0000000 54.0000000 72.0000000
25
print *, "Infinity norms of matrices in b:", nb
26
end program example_mnorm
0 commit comments