Help for this page
#!/usr/bin/perl use PDL; ... $z= $a x $b; print $z;
print $A->getdim(0); #column print $A->getdim(1); #row ....and for the rest matrices