|
Posted by Greenleaf on November 22, 2004, 10:53 pm
Please log in for more thread options
Hi,
A problem with PDL printing:
I have two matrices, and I multiply and print them, say, in the
following way:
my $lmat = matmult ($s, transpose($v));
my $rmat = matmult ($v, $s);
print $lmat;
print $rmat;
Although after the multimplication $lmat should be the transpose of
$rmat, the following print statements look the same. Am I doing
anything wrong here? Or can anybody please point me to any
documentation that explains how print() works with piddles? I'm a
newbie to PDL.
Thanks for consideration.
--
Greenleaf
|