Assign complex array from real arrays in Fortran

前端 未结 0 710
孤城傲影
孤城傲影 2020-12-15 09:36

I have the following code modified from Assigning variable number to complex array

program complex_array
    complex indx(3,3)
    integer i,j
    real   indx         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题