PDL::PP (1) Linux Manual Page
PDL::PP – Generate PDL routines from concise descriptions Synopsise.g. pp_def( ‘sumover’, Pars => ‘a(n); [o]b();’, Code => q{ double tmp=0; loop(n) %{ tmp += $a(); %} $b() = tmp; }, ); pp_done();FunctionsHere is a quick reference list of the functions provided by PDL::PP. pp_add_bootAdd code to the BOOT section of generated XS file pp_add_exportedAdd functions…
