do i=0,IIX
temp_matrix=matmul(alpha_block(:,:,i),Deta_block(:,:,i-1))
temp_beta=beta_block(:,:,i)-matmul(temp_matrix,gamma_block(:,:,i-1))
call inverse(temp_beta,Deta_block(:,:,i))
new_bb(:,i:i)=-bb_block(:,i:i)-matmul(temp_matrix,new_bb(:,i-1:i-1))
end do
vvt 发表于 2019-5-7 07:44
这个不太容易判断。
你可以试试把这俩数组的值保存起来,用一个简单的代码读进来,然后再试试。
如果还有问 ...
欢迎光临 Fortran Coder (http://bbs.fcode.cn/) | Powered by Discuz! X3.2 |