GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Data::Frame::PDL(3) User Contributed Perl Documentation Data::Frame::PDL(3)

Data::Frame::PDL - A mixin to add some methods to PDL

version 0.006004

This module provides a role that can add a few methods to the PDL class.

It's an internal module used by the Data::Frame library to add a few methods to the PDL class. Do not directly use this module in your code, as the module name may change in future.

    length()

Returns the length of the first dimension.

    number_of_rows()

Deprecated in favor of "length".

    diff($lag=1)

    flatten()

This is same as "@{$self->unpdl}".

    flatten_deep()

This is same as list().

    repeat($n)

Repeat on the first dimension for $n times.

Only works with 1D piddle.

    repeat_to_length($length)

Repeat to have the given length.

Only works with 1D piddle.

    id()

Compute a unique numeric id for each element in a piddle.

PDL

  • Zakariyya Mughal <zmughal@cpan.org>
  • Stephan Loyd <sloyd@cpan.org>

This software is copyright (c) 2014, 2019-2022 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.

2024-12-20 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.