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

2023-07-01 11:58:00 -04:00
program hilbert
matrix define `1'=J(`2',`2',0)
plugin call hilbertmat, `1' `2'
end
program hilbertmat, plugin