in reply to Re: Matrix Package
in thread Matrix Package

ikegami understates - PDL is the comprehensive linear algebra package for Perl. Its major downfall is its documentation though. Knowing some C is almost a prerequisite. Other CPAN modules may be better suited depending on the complexity of the task.

Replies are listed 'Best First'.
Re^3: Matrix Package
by djerius (Beadle) on Jan 30, 2010 at 14:50 UTC

    I don't know which class of problems you've solved with PDL that requires C knowledge, but I've been using PDL for many years and have very rarely needed to do any coding in C (and then only when working on extremely compute intensive problems). I've worked with a number of people with little or no knowledge of coding outside of Perl who have very successfully used PDL to solve complex problems. In my experience, knowledge of C is definitely not a prerequisite.

    You do have to parse the documentation, but there's a very helpful community of users that can point you in the right direction. Matrix questions pop up on the users mailing list often; see http://pdl.perl.org/maillists/

Re^3: Matrix Package
by Anonymous Monk on Jan 31, 2010 at 00:08 UTC
    when you don't know what you're talking about it's hard to express a competent oppinion