in reply to Re: Matrix Manipulation with Perl
in thread Matrix Manipulation with Perl
So then I decided to try the PDL because it said that it could do inversion and actually had a command called "inv" listed. I got PDL::Matrix and PDL::MatrixOps modules loaded up,
root@admin PDL-2.4.2# perl -MPDL::Matrix -e shell
root@admin PDL-2.4.2# perl -MPDL::MatrixOps -e shell
root@admin PDL-2.4.2#
but when I tried to run a simple program to confirm it was working I got this error:
Can't locate object method "xchg" via package "PDL::Matrix" at /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/PDL/Matrix.pm line 137.
I am now lost. I do not know what this means except that there might be some module that I need loaded that I forgot to load. Any ideas?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Matrix Manipulation with Perl
by etj (Priest) on Jun 22, 2022 at 18:55 UTC | |
|
Re^3: Matrix Manipulation with Perl
by Tanktalus (Canon) on Jun 30, 2005 at 04:06 UTC |