Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Kronecker Product

by vr (Curate)
on Jun 21, 2022 at 12:44 UTC ( [id://11144901]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub kronecker_product {
        my ($x, $y) = @_;
    ...
                 -> clump( 0, 2 )
                 -> clump( 1, 2 )
    }
    
  2. or download this
    use PDL::NiceSlice;
    
    ...
            -> clump( 0, 2 )
            -> clump( 1, 2 )
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11144901]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-19 19:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found