pub fn fht_sample_points(n: usize, dln: f64, offset: f64) -> Vec<f64>Expand description
Compute the discrete Hankel transform sample points
This function computes the sample points for the discrete Hankel transform when the input array is logarithmically spaced.
§Arguments
n- Number of sample pointsdln- Logarithmic spacingoffset- Logarithmic offset
§Returns
Sample points for the transform