Kronecker product function definition

前端 未结 0 710
北恋
北恋 2021-02-13 08:42

I have this code to define a function that works to do a kronecker product but after the is not workinig

kron <-  function(A,B){
nfila = nrow(A)*nrow(B)
ncolum         


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