How declare external functions in modules

后端 未结 0 409
谎友^
谎友^ 2021-01-18 22:29

I have the following algorithm I\'ve written in Julia module

module two_algo

export two

function two(type)
  a = construct(type)
  b = construct(type)
  res         


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