Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -0,0 +1,7 @@
|
|||
program mm
|
||||
real , allocatable :: a(:,:),b(:,:)
|
||||
integer :: l=5,m=6,n=4
|
||||
a = reshape([1:l*m],[l,m])
|
||||
b = reshape([1:m*n],[m,n])
|
||||
print'(<n>f15.7)',transpose(matmul(a,b))
|
||||
end program
|
||||
Loading…
Add table
Add a link
Reference in a new issue