Main > Programming > Libraries >

PDL::Tips 2.4.3

PDL::Tips 2.4.3

Sponsored Links

PDL::Tips 2.4.3 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 2.1 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 839
Date added: 2007-07-07
Publisher: Tuomas J. Lukka

PDL::Tips 2.4.3 description

PDL::Tips is a Perl module with small tidbits of useful arcana. Programming tidbits and such.

SYNOPSIS
use PDL;

# Whatever happens here.

This page documents useful idioms, helpful hints and tips for using Perl Data Language v2.0.

Help

Use help help within perldl or the pdldoc program from the command line for access to the PerlDL documentation. HTML versions of the pages should also be present, in the HtmlDocs/PDL directory of the PDL distribution. To find this directory, try the following

perldl> foreach ( map{"$_/PDL/HtmlDocs"}@INC ) { p "$_n" if -d $_ }

Indexing idioms

The following code normalizes a bunch of vectors in $a. This works regardless of the dimensionality of $a.

$a /= $a->sumover->dummy(0);

What is actually happening?

If you want to see what the code is actually doing, try the command

PDL::Core::set_debugging(1);

somewhere. This spews out a huge amount of debug info for PDL into STDOUT. It is planned to eventually make this redirectable and the messages selectable more accurately.

Many of the messages come from Basic/Core/pdlapi.c and you can look at the source to see what is going on.

If you have any extra time to work on these mechanisms, infrom the pdl-porters mailing list.

PDL::Tips 2.4.3 Screenshot

Advertisements

PDL::Tips 2.4.3 Keywords

Bookmark PDL::Tips 2.4.3

Hyperlink code:
Link for forum:

PDL::Tips 2.4.3 Copyright

WareSeeker periodically updates pricing and software information of PDL::Tips 2.4.3 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of PDL::Tips 2.4.3 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
PDL::Ops Perl module contains fundamental mathematical operators. Free Download
PDL::MatrixOps Perl module contains some useful Matrix operations. Free Download
PDL::API is a Perl module for making piddles from Perl and C/XS code. Free Download
PDL::Slices is a Perl module used for indexing, slicing, and dicing. Free Download
PDL::FFTW is a PDL interface to the Fastest Fourier Transform in the West v2.x. Free Download
PDL::IO::FITS Perl module offers a simple FITS support for PDL. Free Download
PDL::IO::Misc is a Perl module with misc IO routines for PDL. Free Download
PDL::Primitive Perl module contains primitive operations for pdl. Free Download