NAME

PDL::Tests - tests for some PP features


SYNOPSIS

  use PDL::Tests;

  <test code>


DESCRIPTION

This module provides some PP defined test functions that are supposed to test some features/bugs of PDL::PP.

Strictly speaking this module shouldn't be installed with a 'make install' but I haven't yet worked out how to do it.


FUNCTIONS


foop

  Signature: (byte [phys]a(n); byte [o,phys]b(n))

internal

only for internal testing purposes


dsumover

  Signature: (a(n); double [o]b())

internal

only for internal testing purposes


fsumover

  Signature: (a(n); float [o]b())

internal

only for internal testing purposes


nsumover

  Signature: (a(n); int+ [o]b())

internal

only for internal testing purposes


setdim

  Signature: ([o] a(n); int ns => n)

internal

only for internal testing purposes


fooseg

  Signature: (a(n);  [o]b(n))

internal

only for internal testing purposes