.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Math::GSL::DHT 3pm" .TH Math::GSL::DHT 3pm 2024-01-10 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh _\|_END_\|_ .SH NAME Math::GSL::DHT \- Discrete Hankel Transforms .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 1 \& use Math::GSL::DHT qw/:all/; .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" Here is a list of all the functions included in this module : .ie n .IP "gsl_dht_alloc($size) \- This function allocates a Discrete Hankel transform object of size $size." 4 .el .IP "\f(CWgsl_dht_alloc($size)\fR \- This function allocates a Discrete Hankel transform object of size \f(CW$size\fR." 4 .IX Item "gsl_dht_alloc($size) - This function allocates a Discrete Hankel transform object of size $size." .PD 0 .ie n .IP """gsl_dht_new($size, $nu, $xmax)"" \- This function allocates a Discrete Hankel transform object of size $size and initializes it for the given values of $nu and $xmax." 4 .el .IP "\f(CWgsl_dht_new($size, $nu, $xmax)\fR \- This function allocates a Discrete Hankel transform object of size \f(CW$size\fR and initializes it for the given values of \f(CW$nu\fR and \f(CW$xmax\fR." 4 .IX Item "gsl_dht_new($size, $nu, $xmax) - This function allocates a Discrete Hankel transform object of size $size and initializes it for the given values of $nu and $xmax." .ie n .IP """gsl_dht_init($t, $nu, $xmax)"" \- This function initializes the transform $t for the given values of $nu and $xmax." 4 .el .IP "\f(CWgsl_dht_init($t, $nu, $xmax)\fR \- This function initializes the transform \f(CW$t\fR for the given values of \f(CW$nu\fR and \f(CW$xmax\fR." 4 .IX Item "gsl_dht_init($t, $nu, $xmax) - This function initializes the transform $t for the given values of $nu and $xmax." .ie n .IP """gsl_dht_x_sample($t, $n)"" \- This function returns the value of the $n\-th sample point in the unit interval, (j_{\enu,n+1}/j_{\enu,M}) X. These are the points where the function f(t) is assumed to be sampled." 4 .el .IP "\f(CWgsl_dht_x_sample($t, $n)\fR \- This function returns the value of the \f(CW$n\fR\-th sample point in the unit interval, (j_{\enu,n+1}/j_{\enu,M}) X. These are the points where the function f(t) is assumed to be sampled." 4 .IX Item "gsl_dht_x_sample($t, $n) - This function returns the value of the $n-th sample point in the unit interval, (j_{nu,n+1}/j_{nu,M}) X. These are the points where the function f(t) is assumed to be sampled." .ie n .IP """gsl_dht_k_sample($t, $n)"" \- This function returns the value of the $n\-th sample point in ""k\-space"", j_{\enu,n+1}/X." 4 .el .IP "\f(CWgsl_dht_k_sample($t, $n)\fR \- This function returns the value of the \f(CW$n\fR\-th sample point in ""k\-space"", j_{\enu,n+1}/X." 4 .IX Item "gsl_dht_k_sample($t, $n) - This function returns the value of the $n-th sample point in ""k-space"", j_{nu,n+1}/X." .ie n .IP "gsl_dht_free($t) \- This function frees the transform $t." 4 .el .IP "\f(CWgsl_dht_free($t)\fR \- This function frees the transform \f(CW$t\fR." 4 .IX Item "gsl_dht_free($t) - This function frees the transform $t." .ie n .IP """gsl_dht_apply""" 4 .el .IP \f(CWgsl_dht_apply\fR 4 .IX Item "gsl_dht_apply" .PD .SH EXAMPLES .IX Header "EXAMPLES" .SH AUTHORS .IX Header "AUTHORS" Jonathan "Duke" Leto and Thierry Moisan .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" Copyright (C) 2008\-2023 Jonathan "Duke" Leto and Thierry Moisan .PP This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.