1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
|
Changes
COPYING
examples/Benchmark/Bench.pm
examples/Benchmark/Bench.xs
examples/Benchmark/Makefile.PL
examples/Benchmark/README.md
examples/Benchmark/tasks/matrix_multiplication.pl
examples/Benchmark/tasks/README.md
examples/Benchmark/time.pl
examples/earth-interp.pl
examples/earth.txt
examples/NiceSlice-local.perldlrc
examples/PDL-Parallel-threads/barrier-sync.pl
examples/PDL-Parallel-threads/perl-barrier.pl
examples/PDL-Parallel-threads/simple-parallelize.pl
examples/PDL-Parallel-threads/test-memory-consumption.pl
lib/Inline/Pdlpp.pm
lib/PDL.pm
lib/PDL/API.pod
lib/PDL/AutoLoader.pm
lib/PDL/Bad.pd
lib/PDL/BadValues.pod
lib/PDL/Basic.pm
lib/PDL/Broadcasting.pod
lib/PDL/Bugs.pod
lib/PDL/Char.pm
lib/PDL/Complex/Overloads.pm
lib/PDL/Compression.pd
lib/PDL/Compression/ricecomp.c
lib/PDL/Compression/ricecomp.h
lib/PDL/Config.pm
lib/PDL/Constants.pm
lib/PDL/Core.pm
lib/PDL/Core.xs
lib/PDL/Core/Dev.pm
lib/PDL/Core/pdl.h.PL
lib/PDL/Core/pdlaffine.c
lib/PDL/Core/pdlapi.c
lib/PDL/Core/pdlbroadcast.c
lib/PDL/Core/pdlbroadcast.h
lib/PDL/Core/pdlconv.c
lib/PDL/Core/pdlcore.c
lib/PDL/Core/pdlcore.h
lib/PDL/Core/pdlmagic.c
lib/PDL/Core/pdlmagic.h
lib/PDL/Core/pdlperl.h
lib/PDL/Core/pdlutil.c
lib/PDL/Core/ppport.h
lib/PDL/Core/typemap
lib/PDL/Course.pod
lib/PDL/Dataflow.pod
lib/PDL/Dbg.pm
lib/PDL/default.perldlrc
lib/PDL/Demos.pm
lib/PDL/Demos/BAD_demo.pm
lib/PDL/Demos/Cartography_demo.pm
lib/PDL/Demos/Func_demo.pm
lib/PDL/Demos/General.pm
lib/PDL/Demos/m51.fits
lib/PDL/Demos/Sound.pm
lib/PDL/Demos/Transform_demo.pm
lib/PDL/DeveloperGuide.pod
lib/PDL/DiskCache.pm
lib/PDL/Doc.pm
lib/PDL/Doc/Perldl.pm
lib/PDL/Exporter.pm
lib/PDL/FAQ.pod
lib/PDL/FFT.pd
lib/PDL/FFT/fftn.c
lib/PDL/FFT/fftn.h
lib/PDL/Func.pm
lib/PDL/Graphics.pod
lib/PDL/Image2D.pd
lib/PDL/Image2D/misc.c
lib/PDL/Image2D/resample.c
lib/PDL/Image2D/resample.h
lib/PDL/Image2D/rotate.c
lib/PDL/Image2D/select.c
lib/PDL/ImageND.pd
lib/PDL/ImageRGB.pd
lib/PDL/ImageRGB/pdlppm.h
lib/PDL/ImageRGB/ppm_quant.c
lib/PDL/Index.pod
lib/PDL/Indexing.pod
lib/PDL/Install/Files.pm
lib/PDL/InstallGuide.pod
lib/PDL/Internals.pod
lib/PDL/IO.pod
lib/PDL/IO/Dumper.pm
lib/PDL/IO/FastRaw.pm
lib/PDL/IO/FITS.pm
lib/PDL/IO/FlexRaw.pm
lib/PDL/IO/Misc.pd
lib/PDL/IO/Pic.pm
lib/PDL/IO/Pnm.pd
lib/PDL/IO/Pnm/get.c
lib/PDL/IO/Pnm/get.h
lib/PDL/IO/STL.pm
lib/PDL/IO/STL/owl.stl
lib/PDL/IO/Storable.pm
lib/PDL/Lite.pm
lib/PDL/LiteF.pm
lib/PDL/Math.pd
lib/PDL/Math/const.c
lib/PDL/Math/cpoly.c
lib/PDL/Math/cpoly.h
lib/PDL/Math/j0.c
lib/PDL/Math/j1.c
lib/PDL/Math/jn.c
lib/PDL/Math/mconf.h
lib/PDL/Math/mtherr.c
lib/PDL/Math/ndtri.c
lib/PDL/Math/NOTES
lib/PDL/Math/polevl.c
lib/PDL/Math/protos.h
lib/PDL/Math/yn.c
lib/PDL/MATLAB.pod
lib/PDL/Matrix.pm
lib/PDL/MatrixOps.pd
lib/PDL/MatrixOps/eigen.c
lib/PDL/MatrixOps/eigen.h
lib/PDL/MatrixOps/eigens.c
lib/PDL/MatrixOps/matrix.c
lib/PDL/MatrixOps/matrix.h
lib/PDL/MatrixOps/NOTES
lib/PDL/MatrixOps/README.ssl
lib/PDL/MatrixOps/simq.c
lib/PDL/MatrixOps/sslib.c
lib/PDL/MatrixOps/sslib.h
lib/PDL/MatrixOps/svd.c
lib/PDL/Modules.pod
lib/PDL/NiceSlice.pm
lib/PDL/NiceSlice/FilterSimple.pm
lib/PDL/NiceSlice/FilterUtilCall.pm
lib/PDL/NiceSlice/ModuleCompile.pm
lib/PDL/Objects.pod
lib/PDL/Ops.pd
lib/PDL/Options.pm
lib/PDL/Parallel/threads.pm
lib/PDL/Parallel/threads/SIMD.pm
lib/PDL/ParallelCPU.pod
lib/PDL/Philosophy.pod
lib/PDL/PP.pm
lib/PDL/PP.pod
lib/PDL/PP/CType.pm
lib/PDL/PP/Dims.pm
lib/PDL/PP/PDLCode.pm
lib/PDL/PP/PdlParObj.pm
lib/PDL/PP/Signature.pm
lib/PDL/Primitive-xoshiro256plus.c
lib/PDL/Primitive.pd
lib/PDL/QuickStart.pod
lib/PDL/Reduce.pm
lib/PDL/Scilab.pod
lib/PDL/Slices.pd
lib/PDL/Tips.pod
lib/PDL/Transform.pd
lib/PDL/Transform/Cartography.pm
lib/PDL/Transform/Cartography/earth_coast.vec.fits
lib/PDL/Transform/Cartography/earth_day.jpg
lib/PDL/Transform/Cartography/earth_height-2048x1024.jpg
lib/PDL/Transform/Cartography/earth_night.jpg
lib/PDL/Transform/Cartography/earth_water-2048x1024.png
lib/PDL/Tutorials.pod
lib/PDL/Type.pod
lib/PDL/Types.pm
lib/PDL/Ufunc.pd
lib/PDLdb.pl
lib/Test/Deep/PDL.pm
lib/Test/PDL.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
README.md
script/pdl.c
script/pdldoc
script/perldl
script/pptemplate
t/00-report-prereqs.t
t/01-pptest.t
t/autoload.t
t/autoload_func.pdl
t/bad.t
t/basic.t
t/bool.t
t/clump.t
t/compression.t
t/constants.t
t/constructor.t
t/core.t
t/croak.t
t/demos.t
t/diskcache.t
t/dumper.t
t/fastraw.t
t/fft.t
t/fits-noafh.t
t/fits.t
t/flexraw-iotypes.t
t/flexraw.t
t/func.t
t/image2d.t
t/imagend.t
t/imagergb.t
t/inline-with.t
t/inlinepdlpp.t
t/io-misc.t
t/io-pnm.t
t/io-stl-ascblender1.stl
t/io-stl-ascblender2.stl
t/io-stl-cube.stl
t/io-stl-cube_binary.stl
t/io-stl.t
t/lvalue.t
t/m51.fits.fz
t/math.t
t/matrix.t
t/matrixops.t
t/nat_complex.t
t/niceslice-utilcall.t
t/niceslice.t
t/ops-bitwise.t
t/ops.t
t/pdl_from_string.t
t/pdlchar.t
t/pic-rim.t
t/pic_16bit.t
t/picnorgb.t
t/picrgb.t
t/pp_croaking.t
t/pp_line_numbers.t
t/pp_pod.t
t/ppt-01_ref_counting.t
t/ppt-02_non_threaded.t
t/ppt-03_name_munging.t
t/ppt-10_physical_piddles.t
t/ppt-11_memory_mapped.t
t/ppt-20_simd.t
t/ppt-30_sharing_from_threads.t
t/primitive-append.t
t/primitive-clip.t
t/primitive-interpolate.t
t/primitive-matmult.t
t/primitive-misc.t
t/primitive-random.t
t/primitive-selector.t
t/primitive-setops.t
t/primitive-stats.t
t/primitive-vector.t
t/primitive-vsearch.t
t/pthread.t
t/reduce.t
t/scope.t
t/slice.t
t/storable.t
t/storable_new_amd64.dat
t/storable_old_amd64.dat
t/subclass.t
t/thread.t
t/thread_def.t
t/tp-deep.t
t/tp-eq_pdl.t
t/tp-eq_pdl_clean.t
t/tp-import_options.t
t/tp-is_pdl.t
t/transform.t
t/ufunc.t
utils/address-pseudonymise
utils/doc-pp
utils/harness
utils/perldlpp.pl
utils/scantree.pl
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
GENERATED/PDL/Bad.pm mod=PDL::Bad pd=lib/PDL/Bad.pd (added by pdlpp_mkgen)
GENERATED/PDL/Compression.pm mod=PDL::Compression pd=lib/PDL/Compression.pd (added by pdlpp_mkgen)
GENERATED/PDL/FFT.pm mod=PDL::FFT pd=lib/PDL/FFT.pd (added by pdlpp_mkgen)
GENERATED/PDL/Image2D.pm mod=PDL::Image2D pd=lib/PDL/Image2D.pd (added by pdlpp_mkgen)
GENERATED/PDL/ImageND.pm mod=PDL::ImageND pd=lib/PDL/ImageND.pd (added by pdlpp_mkgen)
GENERATED/PDL/ImageRGB.pm mod=PDL::ImageRGB pd=lib/PDL/ImageRGB.pd (added by pdlpp_mkgen)
GENERATED/PDL/IO/Misc.pm mod=PDL::IO::Misc pd=lib/PDL/IO/Misc.pd (added by pdlpp_mkgen)
GENERATED/PDL/IO/Pnm.pm mod=PDL::IO::Pnm pd=lib/PDL/IO/Pnm.pd (added by pdlpp_mkgen)
GENERATED/PDL/Math.pm mod=PDL::Math pd=lib/PDL/Math.pd (added by pdlpp_mkgen)
GENERATED/PDL/MatrixOps.pm mod=PDL::MatrixOps pd=lib/PDL/MatrixOps.pd (added by pdlpp_mkgen)
GENERATED/PDL/Ops.pm mod=PDL::Ops pd=lib/PDL/Ops.pd (added by pdlpp_mkgen)
GENERATED/PDL/Primitive.pm mod=PDL::Primitive pd=lib/PDL/Primitive.pd (added by pdlpp_mkgen)
GENERATED/PDL/Slices.pm mod=PDL::Slices pd=lib/PDL/Slices.pd (added by pdlpp_mkgen)
GENERATED/PDL/Transform.pm mod=PDL::Transform pd=lib/PDL/Transform.pd (added by pdlpp_mkgen)
GENERATED/PDL/Ufunc.pm mod=PDL::Ufunc pd=lib/PDL/Ufunc.pd (added by pdlpp_mkgen)
|