The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:PDL Opt"

PDL::Opt::Simplex - Simplex optimization routines River stage three • 93 direct dependents • 101 total dependents

This package implements the commonly used simplex optimization algorithm. The basic idea of the algorithm is to move a "simplex" of N+1 points in the N-dimensional search space according to certain rules. The main benefit of the algorithm is that you...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::PP - Generate PDL routines from concise descriptions River stage three • 93 direct dependents • 101 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Doc - support for PDL online documentation River stage three • 93 direct dependents • 101 total dependents

An implementation of online docs for PDL....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Index - an index of PDL documentation River stage three • 93 direct dependents • 101 total dependents

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

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Course - A journey through PDL's documentation, from beginner to advanced. River stage three • 93 direct dependents • 101 total dependents

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Options - simplifies option passing by hash in PerlDL River stage three • 93 direct dependents • 101 total dependents

Object to simplify option passing for PerlDL subroutines. Allows you to merge a user defined options with defaults. A simplified (non-OO) interface is provided....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Types - define fundamental PDL Datatypes River stage three • 93 direct dependents • 101 total dependents

Internal module - holds all the PDL Type info. The type info can be accessed easily using the "PDL::Type" object returned by the type method as shown in the synopsis. Skip to the end of this document to find out how to change the set of types support...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Modules - A guide to PDL's module reference. River stage three • 93 direct dependents • 101 total dependents

This page serves as a table of contents for PDL's module documentation. This page does not list every single PDL module. It only shows the ones intended for PDL users, while omitting those which are deemed "for internal use only". If you wish to see ...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Image2D - Miscellaneous 2D image processing functions River stage three • 93 direct dependents • 101 total dependents

Miscellaneous 2D image processing functions - for want of anywhere else to put them....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Complex - handle complex numbers (DEPRECATED - use native complex) River stage three • 93 direct dependents • 101 total dependents

This module is deprecated in favour of using "native complex" data types, e.g.: use PDL; my $complex_pdl = cdouble('[1+3i]'); print $complex_pdl * pdl('i'); # [-3+i] This module features a growing number of functions manipulating complex numbers. The...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Dataflow - description of the dataflow implementation and philosophy River stage three • 93 direct dependents • 101 total dependents

As of 2.079, this is now a description of the current implementation, together with some design thoughts from its original author, Tuomas Lukka. Two-directional dataflow (which implements "->slice()" etc.) is fully functional, as shown in the SYNOPSI...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::MatrixOps - Some Useful Matrix Operations River stage three • 93 direct dependents • 101 total dependents

PDL::MatrixOps is PDL's built-in matrix manipulation code. It contains utilities for many common matrix operations: inversion, determinant finding, eigenvalue/vector finding, singular value decomposition, etc. PDL::MatrixOps routines are written in a...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Transform - Coordinate transforms, image warping, and N-D functions River stage three • 93 direct dependents • 101 total dependents

PDL::Transform is a convenient way to represent coordinate transformations and resample images. It embodies functions mapping R^N -> R^M, both with and without inverses. Provision exists for parametrizing functions, and for composing them. You can us...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::GSL::INTEG - PDL interface to numerical integration routines in GSL River stage three • 93 direct dependents • 101 total dependents

This is an interface to the numerical integration package present in the GNU Scientific Library, which is an implementation of QUADPACK. Functions are named gslinteg_{algorithm} where {algorithm} is the QUADPACK naming convention. The available funct...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::GSL::INTERP - PDL interface to Interpolation routines in GSL River stage three • 93 direct dependents • 101 total dependents

This is an interface to the interpolation package present in the GNU Scientific Library....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Graphics::State - A package to keep track of plotting commands River stage three • 93 direct dependents • 101 total dependents

This is a very simple, at present almost trivial, package to keep track of the current set of plotting commands....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC
16 results (0.042 seconds)