Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: PDL::Complex question

by drzowie (Initiate)
on Apr 01, 2007 at 17:10 UTC ( [id://607717]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $matrices = sequence(2,2,3);
      $threadable_rows = pdl([1,2],[4,5],[7,8])->(:,*1,:);
      print $threadable_rows x $matrices;
    
  2. or download this
      $matrices = sequence(2,2,3);
      $wrong_rows = pdl([1,2],[4,5],[7,8]);
      print $wrong_rows x $matrices;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-28 18:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found