PerlGSL::Integration::MultiDim

A Perlish Interface to the GSL Monte Carlo Integration Library
Download

PerlGSL::Integration::MultiDim Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Joel Berger
  • Publisher web site:
  • http://search.cpan.org/~jberger/

PerlGSL::Integration::MultiDim Tags


PerlGSL::Integration::MultiDim Description

PerlGSL::Integration::MultiDim is a Perl module is an interface to the GSL's Monte Carlo multidimensional numerical integration routines. So far only the MISER routine is implemented, the VEGAS routine is planned.SYNOPSIS use PerlGSL::Integration::MultiDim qw/int_multi/; my ($piby4, $error) = int_multi( sub { ($_**2 + $_**2) < 1 }, , , {calls => 1e6});Product's homepage


PerlGSL::Integration::MultiDim Related Software