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 "module:PDL::NiceSlice"

PDL::NiceSlice - toward a nicer slicing syntax for PDL River stage three • 94 direct dependents • 102 total dependents

Slicing is a basic, extremely common operation, and PDL's "slice" in PDL::Slices method would be cumbersome to use in many cases. "PDL::NiceSlice" rectifies that by incorporating new slicing syntax directly into the language via a perl *source filter...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Perldl2::Plugin::NiceSlice - enable PDL NiceSlice syntax River stage three • 94 direct dependents • 102 total dependents

This plugin enables one to use the PDL::NiceSlice syntax in an instance of "Devel::REPL" such as the new Perldl2 shell, "pdl2". Without the plugin, array slicing looks like this: pdl> use PDL; pdl> $x = sequence(10); $PDL1 = [0 1 2 3 4 5 6 7 8 9]; pd...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL - the Perl Data Language River stage three • 94 direct dependents • 102 total dependents

(For the exported PDL constructor, pdl(), see PDL::Core) PDL is the Perl Data Language, a perl extension that is designed for scientific and bulk numeric data processing and display. It extends perl's syntax and includes fully vectorized, multidimens...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Core - fundamental PDL functionality and vectorization/broadcasting River stage three • 94 direct dependents • 102 total dependents

Methods and functions for type conversions, PDL creation, type conversion, broadcasting etc....

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Stats - a collection of statistics modules in Perl Data Language, with a quick-start guide for non-PDL people. River stage one • 3 direct dependents • 4 total dependents

Loads modules named below, making the functions available in the current namespace. Properly formatted documentations online at http://pdl-stats.sf.net...

ETJ/PDL-Stats-0.83 - 01 Apr 2023 04:16:47 UTC

PDL::Slices - Indexing, slicing, and dicing River stage three • 94 direct dependents • 102 total dependents

This package provides many of the powerful PerlDL core index manipulation routines. These routines mostly allow two-way data flow, so you can modify your data in the most convenient representation. For example, you can make a 1000x1000 unit matrix wi...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Opt::QP - Quadratic programming solver for PDL River stage zero No dependents

This routine uses Goldfarb/Idnani algorithm to solve the following minimization problem: minimize f(x) = 0.5 * x' D x - d' x x optionally constrained by: Aeq' x = a_eq Aneq x >= b_neq...

ETJ/PDL-Opt-QP-0.29 - 09 Jan 2023 13:59:05 UTC

PDL::Stats::TS - basic time series functions River stage one • 3 direct dependents • 4 total dependents

The terms FUNCTIONS and METHODS are arbitrarily used to refer to methods that are threadable and methods that are NOT threadable, respectively. Plots require PDL::Graphics::PGPLOT. ***EXPERIMENTAL!*** In particular, bad value support is spotty and ma...

ETJ/PDL-Stats-0.83 - 01 Apr 2023 04:16:47 UTC

PDL::Primitive - primitive operations for pdl River stage three • 94 direct dependents • 102 total dependents

This module provides some primitive and useful functions defined using PDL::PP and able to use the new indexing tricks. See PDL::Indexing for how to use indices creatively. For explanation of the signature format, see PDL::PP....

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::Nifti - Module to access imaging data using Nifti-1 standard River stage zero No dependents

Provides methods to read and write Nifti files, read, write and manipulate the header based on PDL. my $nii=PDL::IO::Nifti->new($pdl); $nii->write_nii($file); is all you need to do to save your data....

FANTASMA/PDL-IO-Nifti-0.73 - 02 Apr 2014 08:56:07 UTC

PDL::Stats::GLM - general and generalized linear modeling methods such as ANOVA, linear regression, PCA, and logistic regression. River stage one • 3 direct dependents • 4 total dependents

The terms FUNCTIONS and METHODS are arbitrarily used to refer to methods that are threadable and methods that are NOT threadable, respectively. FUNCTIONS except ols_t support bad value. PDL::Slatec strongly recommended for most METHODS, and it is req...

ETJ/PDL-Stats-0.83 - 01 Apr 2023 04:16:47 UTC

PDL::RungeKutta - Solve N-th order M dimensional ordinary differential equations using adaptive stepsize Runge Kutta method. River stage zero No dependents

This module allows to solve N-th order M dimensional ordinary differential equations. It uses the adaptive stepsize control for fifth order Cash-Karp Runge-Kutta algorithm described in "Numerical Recipes in Fortran 77: The Art of Scientific Computing...

DRAGOS/PDL-RungeKutta-0.01 - 17 Sep 2003 08:16:42 UTC

PDL::Fit::Levmar - Levenberg-Marquardt fit/optimization routines River stage zero No dependents

Levenberg-Marquardt routines for least-squares fit to functions non-linear in fit parameters. This module provides a PDL ( PDL::PDL ) interface to the non-linear fitting library levmar 2.5 (written in C). Levmar is thread aware (in the PDL sense), pr...

ETJ/PDL-Fit-Levmar-0.0106 - 23 Feb 2022 01:04:19 UTC

PDL::Stats::Basic - basic statistics and related utilities such as standard deviation, Pearson correlation, and t-tests. River stage one • 3 direct dependents • 4 total dependents

The terms FUNCTIONS and METHODS are arbitrarily used to refer to methods that are threadable and methods that are NOT threadable, respectively. Does not have mean or median function here. see SEE ALSO....

ETJ/PDL-Stats-0.83 - 01 Apr 2023 04:16:47 UTC

PDL::Stats::Kmeans - classic k-means cluster analysis River stage one • 3 direct dependents • 4 total dependents

Assumes that we have data pdl dim [observation, variable] and the goal is to put observations into clusters based on their values on the variables. The terms "observation" and "variable" are quite arbitrary but serve as a reminder for "that which is ...

ETJ/PDL-Stats-0.83 - 01 Apr 2023 04:16:47 UTC

PDL::Drawing::Prima - PDL-aware drawing functions for Prima widgets River stage one • 1 direct dependent • 1 total dependent

This module provides a number of PDL-threaded functions and bindings for use with the Prima toolkit. Many of the functions are PDL bindings for the standard Prima drawing functions. Others are useful functions for color manipulation, or getting data ...

KARASIK/PDL-Drawing-Prima-0.18 - 28 Feb 2023 10:03:32 UTC

PDL::Parallel::threads - sharing PDL data between Perl threads River stage zero No dependents

This module provides a means to share PDL data between different Perl threads. In contrast to PDL's posix thread support (see PDL::ParallelCPU), this module lets you work with Perl's built-in threading model. In contrast to Perl's threads::shared, th...

ETJ/PDL-Parallel-threads-0.05 - 26 Dec 2022 04:58:55 UTC

PDL::Graphics::Prima::Simple - a very simple plotting interface for PDL::Graphics::Prima River stage zero No dependents

One of Perl's mottos is to "make easy things easy, and hard things possible." The bulk of the modules provided by the PDL::Graphics::Prima distribution focus on the latter half, making hard but very powerful things possible. This module tackles the o...

ETJ/PDL-Graphics-Prima-0.21 - 21 Apr 2024 23:46:01 UTC

PDL::Parallel::threads::SIMD - launch and synchronize Single-Instruction-Multiple-Dataset code River stage zero No dependents

In my experience, parallel algorithms are nearly always expressed in a form called single-instruction, multiple-dataset (SIMD). That is, the exact same code runs in multiple threads, and the only difference between the threads is the data they manipu...

ETJ/PDL-Parallel-threads-0.05 - 26 Dec 2022 04:58:55 UTC

PDL::Perldl2::Profile::Perldl2 - profile for Perldl2 shell River stage three • 94 direct dependents • 102 total dependents

This profile is for development of the new PDL shell (version 2). The preferred method to start the new shell is via the "pdl2" command. This documentation is provided for "Devel::REPL" coders that may wish to use this profile directly for their deve...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC
20 results (0.038 seconds)