File: Index.pod

package info (click to toggle)
pdl 1%3A2.025-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,768 kB
  • sloc: perl: 43,919; fortran: 13,113; ansic: 9,366; makefile: 37; sh: 32; sed: 6
file content (615 lines) | stat: -rw-r--r-- 13,094 bytes parent folder | download | duplicates (4)
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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615

=head1 NAME

PDL::Index - an index of PDL documentation

=head1 DESCRIPTION

A meta document listing the documented PDL modules and
the PDL manual documents

=head1 PDL manuals

=over 4

=item *

L<PDL::API|PDL::API> - making piddles from Perl and C/XS code

=item *

L<PDL::BadValues|PDL::BadValues> - Discussion of bad value support in PDL

=item *

L<PDL::Course|PDL::Course> - A journey through PDL's documentation, from beginner to advanced.

=item *

L<PDL::Dataflow|PDL::Dataflow> - description of the dataflow philosophy

=item *

L<PDL::Delta|PDL::Delta> - PDL changes between V1.0 and V2.0

=item *

L<PDL::FAQ|PDL::FAQ> - Frequently asked questions about PDL

=item *

L<PDL::IO|PDL::IO> - An overview of the modules in the PDL::IO namespace.

=item *

L<PDL::Indexing|PDL::Indexing> - Introduction to indexing and slicing piddles.

=item *

L<PDL::Internals|PDL::Internals> - description of some aspects of the current internals

=item *

L<PDL::MATLAB|PDL::MATLAB> - A guide for MATLAB users.

=item *

L<PDL::Modules|PDL::Modules> - A guide to PDL's module reference.

=item *

L<PDL::Objects|PDL::Objects> - Object-Orientation, what is it and how to exploit it

=item *

L<PDL::PP|PDL::PP> - Generate PDL routines from concise descriptions

=item *

L<PDL::ParallelCPU|PDL::ParallelCPU> - Parallel Processor MultiThreading Support in PDL (Experimental)

=item *

L<PDL::Philosophy|PDL::Philosophy> - Why did we write PDL?

=item *

L<PDL::QuickStart|PDL::QuickStart> - Quick introduction to PDL features.

=item *

L<PDL::Scilab|PDL::Scilab> - A guide for Scilab users.

=item *

L<PDL::Threading|PDL::Threading> - Tutorial for PDL's Threading feature

=item *

L<PDL::Tips|PDL::Tips> - Small tidbits of useful arcana. Programming tidbits and such.

=item *

L<PDL::Tutorials|PDL::Tutorials> - A guide to PDL's tutorial documentation.


=back

=head1 PDL scripts

=over 4

=item *

L<pdl2|PDL::pdl2> - Simple shell (version 2) for PDL

=item *

L<pdldoc|PDL::pdldoc> - shell interface to PDL documentation

=item *

L<perldl|PDL::perldl> - Simple shell for PDL (see also L<pdl2>)

=item *

L<pptemplate|PDL::pptemplate> - script to generate Makefile.PL and PP file skeleton


=back

=head1 PDL modules

=over 4

=item *

L<PDL::PDL|PDL::PDL> - the Perl Data Language

=item *

L<PDL::AutoLoader|PDL::AutoLoader> - MatLab style AutoLoader for PDL

=item *

L<PDL::Bad|PDL::Bad> - PDL does process bad values

=item *

L<PDL::Basic|PDL::Basic> - Basic utility functions for PDL

=item *

L<PDL::CallExt|PDL::CallExt> - call functions in external shared libraries

=item *

L<PDL::Char|PDL::Char> - PDL subclass which allows reading and writing of fixed-length character strings as byte PDLs

=item *

L<PDL::Complex|PDL::Complex> - handle complex numbers

=item *

L<PDL::Compression|PDL::Compression> - compression utilities

=item *

L<PDL::Constants|PDL::Constants> - basic compile time constants for PDL

=item *

L<PDL::Core|PDL::Core> - fundamental PDL functionality and vectorization/threading

=item *

L<PDL::Core::Dev|PDL::Core::Dev> - PDL development module

=item *

L<PDL::Dbg|PDL::Dbg> - functions to support debugging of PDL scripts

=item *

L<PDL::DiskCache|PDL::DiskCache> - Non-memory-resident array object

=item *

L<PDL::Doc|PDL::Doc> - support for PDL online documentation

=item *

L<PDL::Doc::Perldl|PDL::Doc::Perldl> - commands for accessing PDL doc database from 'perldl' shell

=item *

L<PDL::Exporter|PDL::Exporter> - PDL export control

=item *

L<PDL::FFT|PDL::FFT> - FFTs for PDL

=item *

L<PDL::FFTW|PDL::FFTW> - PDL interface to the Fastest Fourier Transform in the West v2.x

=item *

L<PDL::Filter::LinPred|PDL::Filter::LinPred> - Linear predictive filtering

=item *

L<PDL::Filter::Linear|PDL::Filter::Linear> - linear filtering for PDL

=item *

L<PDL::Fit::Gaussian|PDL::Fit::Gaussian> - routines for fitting gaussians

=item *

L<PDL::Fit::LM|PDL::Fit::LM> - Levenberg-Marquardt fitting routine for PDL

=item *

L<PDL::Fit::Linfit|PDL::Fit::Linfit> - routines for fitting data with linear combinations of functions.

=item *

L<PDL::Fit::Polynomial|PDL::Fit::Polynomial> - routines for fitting with polynomials

=item *

L<PDL::Func|PDL::Func> - interpolation, integration, & gradient estimation (differentiation) of functions

=item *

L<PDL::GIS::Proj|PDL::GIS::Proj> - PDL interface to the Proj4 projection library.

=item *

L<PDL::GSL::DIFF|PDL::GSL::DIFF> - PDL interface to numerical differentiation routines in GSL

=item *

L<PDL::GSL::INTEG|PDL::GSL::INTEG> - PDL interface to numerical integration routines in GSL

=item *

L<PDL::GSL::INTERP|PDL::GSL::INTERP> - PDL interface to Interpolation routines in GSL

=item *

L<PDL::GSL::MROOT|PDL::GSL::MROOT> - PDL interface to multidimensional root-finding routines in GSL

=item *

L<PDL::GSL::RNG|PDL::GSL::RNG> - PDL interface to RNG and randist routines in GSL

=item *

L<PDL::GSLSF::AIRY|PDL::GSLSF::AIRY> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::BESSEL|PDL::GSLSF::BESSEL> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::CLAUSEN|PDL::GSLSF::CLAUSEN> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::COULOMB|PDL::GSLSF::COULOMB> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::COUPLING|PDL::GSLSF::COUPLING> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::DAWSON|PDL::GSLSF::DAWSON> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::DEBYE|PDL::GSLSF::DEBYE> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::DILOG|PDL::GSLSF::DILOG> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::ELEMENTARY|PDL::GSLSF::ELEMENTARY> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::ELLINT|PDL::GSLSF::ELLINT> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::ELLJAC|PDL::GSLSF::ELLJAC> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::ERF|PDL::GSLSF::ERF> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::EXP|PDL::GSLSF::EXP> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::EXPINT|PDL::GSLSF::EXPINT> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::FERMI_DIRAC|PDL::GSLSF::FERMI_DIRAC> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::GAMMA|PDL::GSLSF::GAMMA> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::GEGENBAUER|PDL::GSLSF::GEGENBAUER> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::HYPERG|PDL::GSLSF::HYPERG> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::LAGUERRE|PDL::GSLSF::LAGUERRE> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::LEGENDRE|PDL::GSLSF::LEGENDRE> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::LOG|PDL::GSLSF::LOG> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::POLY|PDL::GSLSF::POLY> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::POW_INT|PDL::GSLSF::POW_INT> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::PSI|PDL::GSLSF::PSI> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::SYNCHROTRON|PDL::GSLSF::SYNCHROTRON> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::TRANSPORT|PDL::GSLSF::TRANSPORT> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::TRIG|PDL::GSLSF::TRIG> - PDL interface to GSL Special Functions

=item *

L<PDL::GSLSF::ZETA|PDL::GSLSF::ZETA> - PDL interface to GSL Special Functions

=item *

L<PDL::Gaussian|PDL::Gaussian> - Gaussian distributions.

=item *

L<PDL::Graphics2D|PDL::Graphics2D> - An object oriented interface to PDL graphics

=item *

L<PDL::Graphics::IIS|PDL::Graphics::IIS> - Display PDL images on IIS devices (saoimage/ximtool)

=item *

L<PDL::Graphics::LUT|PDL::Graphics::LUT> - provides access to a number of look-up tables

=item *

L<PDL::Graphics::Limits|PDL::Graphics::Limits> - derive limits for display purposes

=item *

L<PDL::Graphics::OpenGL::Perl::OpenGL|PDL::Graphics::OpenGL::Perl::OpenGL> - PDL TriD OpenGL interface using POGL

=item *

L<PDL::Graphics::OpenGLQ|PDL::Graphics::OpenGLQ> - quick routines to plot lots of stuff from piddles.

=item *

L<PDL::Graphics::PGPLOT|PDL::Graphics::PGPLOT> - PGPLOT enhanced interface for PDL

=item *

L<PDL::Graphics::PGPLOT::Window|PDL::Graphics::PGPLOT::Window> - A OO interface to PGPLOT windows

=item *

L<PDL::Graphics::PGPLOTOptions|PDL::Graphics::PGPLOTOptions> - Setting PGPLOT options

=item *

L<PDL::Graphics::PLplot|PDL::Graphics::PLplot> - Object-oriented interface from perl/PDL to the PLPLOT plotting library

=item *

L<PDL::Graphics::TriD|PDL::Graphics::TriD> - PDL 3D interface

=item *

L<PDL::Graphics::TriD::ButtonControl|PDL::Graphics::TriD::ButtonControl> - default event handler subroutines

=item *

L<PDL::Graphics::TriD::Contours|PDL::Graphics::TriD::Contours> - 3D Surface contours for TriD

=item *

L<PDL::Graphics::TriD::Labels|PDL::Graphics::TriD::Labels> - Text tools

=item *

L<PDL::Graphics::TriD::MathGraph|PDL::Graphics::TriD::MathGraph> - Mathematical Graph objects for PDL

=item *

L<PDL::Graphics::TriD::Objects|PDL::Graphics::TriD::Objects> - Simple Graph Objects for TriD

=item *

L<PDL::Graphics::TriD::Rout|PDL::Graphics::TriD::Rout> - Helper routines for Three-dimensional graphics

=item *

L<PDL::Graphics::TriD::Tk|PDL::Graphics::TriD::Tk> - A Tk widget interface to the PDL::Graphics::TriD.

=item *

L<PDL::Graphics::TriD::VRML|PDL::Graphics::TriD::VRML> - TriD VRML backend

=item *

L<PDL::IO::Dicom|PDL::IO::Dicom> - a module for reading DICOM images.

=item *

L<PDL::IO::Dumper|PDL::IO::Dumper> - data dumping for structs with PDLs

=item *

L<PDL::IO::FITS|PDL::IO::FITS> - Simple FITS support for PDL

=item *

L<PDL::IO::FastRaw|PDL::IO::FastRaw> - A simple, fast and convenient io format for PerlDL.

=item *

L<PDL::IO::FlexRaw|PDL::IO::FlexRaw> - A flexible binary I/O format for PerlDL

=item *

L<PDL::IO::GD|PDL::IO::GD> - Interface to the GD image library.

=item *

L<PDL::IO::HDF|PDL::IO::HDF> - An interface library for HDF4 files.

=item *

L<PDL::IO::HDF::SD|PDL::IO::HDF::SD> - PDL interface to the HDF4 SD library.

=item *

L<PDL::IO::IDL|PDL::IO::IDL> - I/O of IDL Save Files

=item *

L<PDL::IO::Misc|PDL::IO::Misc> - misc IO routines for PDL

=item *

L<PDL::IO::Pic|PDL::IO::Pic> - image I/O for PDL

=item *

L<PDL::IO::Pnm|PDL::IO::Pnm> - pnm format I/O for PDL

=item *

L<PDL::IO::Storable|PDL::IO::Storable> - helper functions to make PDL usable with Storable

=item *

L<PDL::Image2D|PDL::Image2D> - Miscellaneous 2D image processing functions

=item *

L<PDL::ImageND|PDL::ImageND> - useful image processing in N dimensions

=item *

L<PDL::ImageRGB|PDL::ImageRGB> - some utility functions for RGB image data handling

=item *

L<PDL::Lite|PDL::Lite> - minimum PDL module OO loader

=item *

L<PDL::LiteF|PDL::LiteF> - minimum PDL module function loader

=item *

L<PDL::Lvalue|PDL::Lvalue> - declare PDL lvalue subs

=item *

L<PDL::Math|PDL::Math> - extended mathematical operations and special functions

=item *

L<PDL::Matrix|PDL::Matrix> - a convenience matrix class for column-major access

=item *

L<PDL::MatrixOps|PDL::MatrixOps> - Some Useful Matrix Operations

=item *

L<PDL::Minuit|PDL::Minuit> - a PDL interface to the Minuit library

=item *

L<PDL::NiceSlice|PDL::NiceSlice> - toward a nicer slicing syntax for PDL

=item *

L<PDL::Ops|PDL::Ops> - Fundamental mathematical operators

=item *

L<PDL::Opt::Simplex|PDL::Opt::Simplex> - Simplex optimization routines

=item *

L<PDL::Options|PDL::Options> - simplifies option passing by hash in PerlDL

=item *

L<PDL::Perldl2::Plugin::CleanErrors|PDL::Perldl2::Plugin::CleanErrors> - filter out Moose cruft

=item *

L<PDL::Perldl2::Plugin::NiceSlice|PDL::Perldl2::Plugin::NiceSlice> - enable PDL NiceSlice syntax

=item *

L<PDL::Perldl2::Plugin::PDLCommands|PDL::Perldl2::Plugin::PDLCommands> - implement perldl aliases/escapes

=item *

L<PDL::Perldl2::Plugin::PrintControl|PDL::Perldl2::Plugin::PrintControl> - disable default print output

=item *

L<PDL::Perldl2::Profile::Perldl2|PDL::Perldl2::Profile::Perldl2> - profile for Perldl2 shell

=item *

L<PDL::Primitive|PDL::Primitive> - primitive operations for pdl

=item *

L<PDL::Reduce|PDL::Reduce> - a C<reduce> function for PDL

=item *

L<PDL::Slatec|PDL::Slatec> - PDL interface to the slatec numerical programming library

=item *

L<PDL::Slices|PDL::Slices> - Indexing, slicing, and dicing

=item *

L<PDL::Tests|PDL::Tests> - tests for some PP features

=item *

L<PDL::Transform|PDL::Transform> - Coordinate transforms, image warping, and N-D functions

=item *

L<PDL::Transform::Cartography|PDL::Transform::Cartography> - Useful cartographic projections

=item *

L<PDL::Transform::Proj4|PDL::Transform::Proj4> - PDL::Transform interface to the Proj4 projection library

=item *

L<PDL::Types|PDL::Types> - define fundamental PDL Datatypes

=item *

L<PDL::Ufunc|PDL::Ufunc> - primitive ufunc operations for pdl


=back

=head1 HISTORY

Automatically generated by scantree.pl for PDL version 2.004_995.