Sent something to Doug, meant to reply to all. On Fri, Oct 30, 2009 at 12:18 PM, Doug Hunt <[email protected]> wrote:
> Hi all: I just installed Numeric::LL_Array. Installs fine, right from > cpan, no dependencies. The man page (at a quick glance) seemed confusing > and abstract. I could find no examples of code that actually does any > useful numeric processing. > > Does have any doc or examples that use LL_Array to do any useful vector > operations, even something equivalent to the PDL: > > $a = sequence(10); > $b = $a**2; > > ? > > --Doug > Basically, yes, the documentation is abstract and no, there are no simple 'hello world' style examples. However, Ilya wrote two high-powered examples that you can find in the examples directory of the tarball, or get straight from CPAN here: http://cpansearch.perl.org/src/ILYAZ/Numeric-LL_Array-0.12/examples/. Be warned: they are far from simple. And finally, yes, I have tried to write a 'hello world' style example, and I couldn't get it to work. I'm sure Ilya could cook up something for us... maybe I'll send him an email and see what he says. David
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
