PDL::Ufunc

PDL::Ufunc Perl module contains primitive ufunc operations for pdl.
Download

PDL::Ufunc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tuomas J. Lukka
  • Publisher web site:
  • http://search.cpan.org/~lukka/WeakRef-0.01/WeakRef.pm

PDL::Ufunc Tags


PDL::Ufunc Description

PDL::Ufunc Perl module contains primitive ufunc operations for pdl. PDL::Ufunc Perl module contains primitive ufunc operations for pdl.This module provides some primitive and useful functions defined using PDL::PP based on functionality of what are sometimes called ufuncs (for example NumPY and Mathematica talk about these). It collects all the functions generally used to reduce or accumulate along a dimension. These all do their job across the first dimension but by using the slicing functions you can do it on any dimension.The PDL::Reduce module provides an alternative interface to many of the functions in this module.SYNOPSIS use PDL::Ufunc;Project via $name to N-1 dimensionsThis function reduces the dimensionality of a piddle by one by taking the $name along the 1st dimension.By using xchg etc. it is possible to use any dimension. $a = $op($b); $spectrum = $op $image->xchg(0,1)$extrasEOD} # sub: projectdocs()sub cumuprojectdocs { my $name = shift; my $op = shift; my $extras = shift; return Requirements: · Perl


PDL::Ufunc Related Software