NAME

PDL::SV

VERSION

version 0.004_004

METHODS

glue

$c = $a->glue($dim, $b, ...);

Glue two or more PDLs together along an arbitrary dimension. For now it only supports 1D PDL::SV piddles, and $dim has to be 0.

setbadtoval

Cannot be run inplace.

match_regexp

match_regexp($pattern)

Match against a plain a regular expression. Returns a piddle of the same dimension.

AUTHORS

  • Zakariyya Mughal <zmughal@cpan.org>

  • Stephan Loyd <sloyd@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014, 2019 by Zakariyya Mughal, Stephan Loyd.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.