RosettaCodeData/Task/Call-a-foreign-language-function/Stata/call-a-foreign-language-function-2.stata

7 lines
113 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
program hilbert
matrix define `1'=J(`2',`2',0)
plugin call hilbertmat, `1' `2'
end
program hilbertmat, plugin