|
PDL-Graphics-Simple-1.015 |
Simple backend-independent plotting for PDL |
28 Oct 2024 03:35:15 UTC |
|
PDL-Graphics-Gnuplot-2.031 |
Gnuplot-based plotting for PDL |
28 Oct 2024 03:32:18 UTC |
|
Data-Frame-0.006003 |
data frame implementation |
24 Oct 2024 19:22:38 UTC |
|
Test-PDL-0.21 |
Test Perl Data Language arrays (a.k.a. ndarrays) for equality |
16 Oct 2024 19:40:55 UTC |
|
PDL-IO-HDF5-0.76 |
PDL Interface to the HDF5 Data Format |
09 Oct 2024 07:36:47 UTC |
|
Photonic-0.023 |
A perl package for calculations on photonics and metamaterials. |
03 Oct 2024 00:12:27 UTC |
|
PDL-Minuit-0.001 |
Minuit 1 optimization routines for PDL |
30 Sep 2024 12:57:29 UTC |
|
PDL-Graphics-IIS-0.001 |
Display PDL images on IIS devices (saoimage/ximtool) |
30 Sep 2024 06:20:14 UTC |
|
Lab-Measurement-3.910 |
Test and measure with Perl |
19 Sep 2024 17:55:41 UTC |
|
Gimp-2.38 |
Gimp::Fu example, mostly non-functional |
19 Sep 2024 17:49:02 UTC |
|
PDL-DSP-Windows-0.102 |
Window functions for signal processing |
15 Sep 2024 19:46:22 UTC |
|
CXC-PDL-Bin1D-0.27 |
one dimensional binning functions |
09 Sep 2024 19:40:42 UTC |
|
PDL-LinearAlgebra-0.40 |
PDL bindings to some BLAS and LAPACK library routines |
06 Sep 2024 15:23:12 UTC |
|
PDL-Drawing-Prima-0.19 |
a simple simulation of the Kuramoto model |
19 Aug 2024 20:06:35 UTC |
|
PDL-Opt-Simplex-Simple-2.003 |
A simplex optimizer for the rest of us (who may not know PDL). |
22 Jul 2024 01:12:48 UTC |
|
Statistics-Descriptive-PDL-0.17 |
A close to drop-in replacement for Statistics::Descriptive using PDL as the back-end |
02 Jul 2024 06:26:14 UTC |
|
Geo-GDAL-FFI-0.12 |
A foreign function interface to GDAL |
18 Jun 2024 22:45:31 UTC |
|
PDL-IO-Touchstone-1.015 |
Read and manipulate Touchstone .s2p (and .sNp) files. |
18 Jun 2024 20:09:35 UTC |
|
PDL-VectorValued-1.0.23 |
Assorted utilities for vector-valued PDLs |
16 Jun 2024 15:20:21 UTC |
|
Bio-SeqAlignment-Examples-TailingPolyester-0.01 |
"Beefing" up the RNA sequencing simulator polyester with polyA tails |
12 Jun 2024 12:26:38 UTC |
|
Bio-SeqAlignment-Components-Sundry-0.01 |
Miscellaneous components for building awesome sequencing apps. |
09 Jun 2024 16:30:30 UTC |
|
PDL-Stats-0.84 |
a collection of statistics modules in Perl Data Language, with a quick-start guide for non-PDL people. |
27 May 2024 10:40:51 UTC |
|
PDL-CCS-1.23.23 |
Sparse N-dimensional PDLs with compressed column storage |
15 May 2024 20:05:13 UTC |
|
PDL-Opt-NonLinear-0.09 |
Non linear optimization routines for PDL |
25 Apr 2024 14:51:09 UTC |
|
PDL-Graphics-PLplot-0.84 |
demonstrate PDL::Graphics::PLplot capabilities |
21 Apr 2024 23:43:12 UTC |
|
PDL-Algorithm-Center-0.15 |
Various methods of finding the center of a sample |
02 Apr 2024 13:59:01 UTC |
|
PDL-NDBin-0.028 |
Multidimensional binning & histogramming |
27 Mar 2024 15:56:39 UTC |
|
PDL-Opt-GLPK-0.07 |
PDL interface to the GNU Linear Programming Kit |
26 Mar 2024 13:04:55 UTC |
|
PDL-FFTW3-0.19 |
PDL interface to the Fastest Fourier Transform in the West |
24 Feb 2024 18:49:52 UTC |
|
Image-DS9-v1.0.1 |
interface to the DS9 image display and analysis program |
05 Dec 2023 05:25:05 UTC |
|
AI-TensorFlow-Libtensorflow-0.0.7 |
Bindings for Libtensorflow deep learning library |
05 Oct 2023 05:37:08 UTC |
|
AI-MXNet-1.6 |
Perl interface to MXNet machine learning library |
23 Jun 2023 16:35:58 UTC |
|
PDL-HMM-0.06008 |
PDL Hidden Markov Model utilities |
14 Apr 2023 21:18:20 UTC |
|
PDL-OpenCV-0.001 |
PDL bindings for OpenCV $descrip_label \n=head1 SYNOPSIS \n use PDL::OpenCV$last; \n=cut \nuse strict; use warnings; use PDL::OpenCV; # get constants EOPM pp_addhdr(qq{#include "opencv_wrapper.h"\n#include "wraplocal.h"\n}); my @flist = genpp_readfile('funclist.pl'); my @topfuncs = grep $_->[0] eq '', @flist; my %class2func2suffix; if (@topfuncs) { pp_bless("PDL::OpenCV$last"); pp_addxs(<<EOF); # work around PP bug MODULE = ${main::PDLMOD} PACKAGE = ${main::PDLOBJ} EOF genpp(maybe_suffix \%class2func2suffix, @$_) for @topfuncs; } else { pp_addpm("=pod\n\nNone.\n\n=cut\n\n"); } for my $c (@classes) { pp_bless(my $fullclass = "PDL::OpenCV::$c"); pp_addxs(<<EOF); # work around PP bug MODULE = ${main::PDLMOD} PACKAGE = ${main::PDLOBJ} EOF my $doc = $class2doc{$c} // ''; $doc = text_trim doxy2pdlpod(doxyparse($doc)) if $doc; pp_addpm(<<EOD); |
26 Mar 2023 06:02:44 UTC |
|
App-financeta-0.13 |
App::financeta is a Technical Analysis GUI |
01 Mar 2023 02:41:35 UTC |
|
BenchmarkAnything-Evaluations-0.005 |
Evaluation support for BenchmarkAnything data |
28 Feb 2023 11:11:48 UTC |
|
Chart-GGPlot-0.002003 |
ggplot2 port in Perl |
04 Feb 2023 14:23:50 UTC |
|
Math-LOESS-0.001000 |
Perl wrapper of the Locally-Weighted Regression package originally written by Cleveland, et al. |
04 Feb 2023 14:12:40 UTC |
|
Test2-Tools-PDL-0.001 |
Test2 tools for verifying Perl Data Language piddles |
04 Feb 2023 14:09:27 UTC |
|
PDL-PrimaImage-1.03 |
interface between PDL scalars and Prima images |
28 Jan 2023 20:02:33 UTC |
|
PDL-Transform-Color-1.007 |
Useful color system conversions for PDL |
12 Jan 2023 15:20:43 UTC |
|
PDL-Graphics-ColorSpace-0.203 |
defines RGB space conversion parameters and white points. |
12 Jan 2023 14:09:41 UTC |
|
PDLx-Mask-0.06 |
Mask multiple piddles with automatic two way feedback |
10 Jan 2023 18:40:52 UTC |
|
PDL-Opt-QP-0.29 |
Quadratic programming solver for PDL |
09 Jan 2023 13:59:05 UTC |
|
PDL-Finance-TA-0.010 |
PDL interface to ta-lib library |
29 Dec 2022 03:33:26 UTC |
|
AI-Pathfinding-OptimizeMultiple-0.0.17 |
optimize path finding searches for a large set of initial conditions (for better average performance). |
27 Oct 2022 06:30:25 UTC |
|
Astro-FITS-CFITSIO-Simple-0.20 |
read and write FITS tables |
15 Oct 2022 02:26:58 UTC |
|
PDL-Ngrams-0.12 |
N-Gram utilities for PDL |
17 May 2022 19:52:01 UTC |
|
PDL-NetCDF-4.24 |
Object-oriented interface between NetCDF files and PDL objects. |
26 Apr 2022 23:27:10 UTC |
|
PDL-Fit-Levmar-0.0106 |
Nonlinear fit and optimization routines for pdl |
23 Feb 2022 01:04:19 UTC |