Home
last modified time | relevance | path

Searched refs:mapfraw (Results 1 – 5 of 5) sorted by relevance

/dports/math/PDL/PDL-2.019/t/
H A Dfastraw.t44 # some mapfraw tests
47 my $c = eval { mapfraw($name) };
55 # **TEST 4** compare mapfraw piddle with original piddle
56 ok(tapprox($a,$c), "A piddle and it's mapfraw representation should be about equal");
70 # **TEST 6** test creating a pdl via mapfraw
72 $a = mapfraw($name, {Creat => 1, Datatype => &float, Dims => [3,2]});
80 "mapfraw should be able to create new piddles");
102 # mapfraw custom header tests
105 my $c = eval { mapfraw($name,{Header => $header}) };
113 # **TEST 10** test custom headers for mapfraw
[all …]
H A Dflexraw.t74 # **TEST 8** compare mapfraw piddle with original piddle
86 …ok(all(approx($a+1,$b)), "Modifications to mapfraw should be saved to disk no later than when the …
94 # **TEST 10** test creating a pdl via mapfraw
111 "mapfraw should be able to create new piddles");
/dports/math/PDL/PDL-2.019/IO/FastRaw/
H A DFastRaw.pm340 sub mapfraw {PDL->mapfraw(@_)} subroutine
404 sub PDL::mapfraw {
459 return PDL::mapfraw($class, $name, $opts);
/dports/math/PDL/PDL-2.019/
H A DDEPENDENCIES178 Memory-mapped file IO functions (mapfraw
H A DChanges1591 * A new implementation mapflex and mapfraw routines provides