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:Math-GSL Math"

Math::GSL - Perl interface to the GNU Scientific Library (GSL) River stage one • 5 direct dependents • 6 total dependents

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::SF - Special Functions River stage one • 5 direct dependents • 6 total dependents

This module contains a data structure named gsl_sf_result. To create a new one use $r = Math::GSL::SF::gsl_sf_result_struct->new; You can then access the elements of the structure in this way : my $val = $r->{val}; my $error = $r->{err}; Here is a li...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::SF - Special Functions River stage one • 5 direct dependents • 6 total dependents

This module contains a data structure named gsl_sf_result. To create a new one use $r = Math::GSL::SF::gsl_sf_result_struct->new; You can then access the elements of the structure in this way : my $val = $r->{val}; my $error = $r->{err}; Here is a li...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::Sum - Sum series with the Levin u-transform River stage one • 5 direct dependents • 6 total dependents

These functions accelerate the convergence of a series using the Levin u-transform. * gsl_sum_levin_u_alloc($n) This function allocates a workspace for a Levin u-transform of $n terms. * gsl_sum_levin_u_free($w) - This function frees the memory assoc...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::Min - 1-D Minimization River stage one • 5 direct dependents • 6 total dependents

Here is a list of all the functions in this module : * "gsl_min_fminimizer_alloc($type)" * "gsl_min_fminimizer_free" Don't call this function explicitly. It will be called automatically in DESTROY for fminimizer. * "gsl_min_fminimizer_set " Don't app...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::Sys - Misc Math Functions River stage one • 5 direct dependents • 6 total dependents

This module contains various useful math functions that are not usually provided by standard libraries. * "gsl_log1p($x)" This function computes the value of \log(1+$x) in a way that is accurate for small $x. It provides an alternative to the BSD mat...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::CDF - Cumulative Distribution Functions River stage one • 5 direct dependents • 6 total dependents

Here is a list of all the functions included in this module : gsl_cdf_ugaussian_P($x) gsl_cdf_ugaussian_Q($x) gsl_cdf_ugaussian_Pinv($P) gsl_cdf_ugaussian_Qinv($Q) These functions compute the cumulative distribution functions P(x), Q(x) and their inv...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::Fit - Least-squares functions for a general linear model with one- or two-parameter regression River stage one • 5 direct dependents • 6 total dependents

The functions in this module perform least-squares fits to a general linear model, y = X c where y is a vector of n observations, X is an n by p matrix of predictor variables, and the elements of the vector c are the p unknown best-fit parameters whi...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::FFT - Fast Fourier Transforms (FFT) River stage one • 5 direct dependents • 6 total dependents

* "gsl_fft_complex_radix2_forward($data, $stride, $n) " This function computes the forward FFTs of length $n with stride $stride, on the array reference $data using an in-place radix-2 decimation-in-time algorithm. The length of the transform $n is r...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::RNG - Random Number Generators River stage one • 5 direct dependents • 6 total dependents

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::RNG - Random Number Generators River stage one • 5 direct dependents • 6 total dependents

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::CDF - Cumulative Distribution Functions River stage one • 5 direct dependents • 6 total dependents

Here is a list of all the functions included in this module : gsl_cdf_ugaussian_P($x) gsl_cdf_ugaussian_Q($x) gsl_cdf_ugaussian_Pinv($P) gsl_cdf_ugaussian_Qinv($Q) These functions compute the cumulative distribution functions P(x), Q(x) and their inv...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::FFT - Fast Fourier Transforms (FFT) River stage one • 5 direct dependents • 6 total dependents

* "gsl_fft_complex_radix2_forward($data, $stride, $n) " This function computes the forward FFTs of length $n with stride $stride, on the array reference $data using an in-place radix-2 decimation-in-time algorithm. The length of the transform $n is r...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::Sys - Misc Math Functions River stage one • 5 direct dependents • 6 total dependents

This module contains various useful math functions that are not usually provided by standard libraries. * "gsl_log1p($x)" This function computes the value of \log(1+$x) in a way that is accurate for small $x. It provides an alternative to the BSD mat...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::Min - 1-D Minimization River stage one • 5 direct dependents • 6 total dependents

Here is a list of all the functions in this module : * "gsl_min_fminimizer_alloc($type)" * "gsl_min_fminimizer_free" Don't call this function explicitly. It will be called automatically in DESTROY for fminimizer. * "gsl_min_fminimizer_set " Don't app...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::Sum - Sum series with the Levin u-transform River stage one • 5 direct dependents • 6 total dependents

These functions accelerate the convergence of a series using the Levin u-transform. * gsl_sum_levin_u_alloc($n) This function allocates a workspace for a Levin u-transform of $n terms. * gsl_sum_levin_u_free($w) - This function frees the memory assoc...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::DHT - Discrete Hankel Transforms River stage one • 5 direct dependents • 6 total dependents

Here is a list of all the functions included in this module : "gsl_dht_alloc($size)" - This function allocates a Discrete Hankel transform object of size $size. "gsl_dht_new($size, $nu, $xmax)" - This function allocates a Discrete Hankel transform ob...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::DHT - Discrete Hankel Transforms River stage one • 5 direct dependents • 6 total dependents

Here is a list of all the functions included in this module : "gsl_dht_alloc($size)" - This function allocates a Discrete Hankel transform object of size $size. "gsl_dht_new($size, $nu, $xmax)" - This function allocates a Discrete Hankel transform ob...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::Fit - Least-squares functions for a general linear model with one- or two-parameter regression River stage one • 5 direct dependents • 6 total dependents

The functions in this module perform least-squares fits to a general linear model, y = X c where y is a vector of n observations, X is an n by p matrix of predictor variables, and the elements of the vector c are the p unknown best-fit parameters whi...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::GSL::Sort - Functions for sorting data River stage one • 5 direct dependents • 6 total dependents

* gsl_sort_vector($v) This function sorts the elements of the vector $v into ascending numerical order. * gsl_sort_vector_index($p, $v) This function indirectly sorts the elements of the vector $v into ascending order, storing the resulting permutati...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC
113 results (0.04 seconds)