pub struct DiscreteHankel { /* private fields */ }

Implementations

This function allocates a Discrete Hankel transform object of size size.

This function allocates a Discrete Hankel transform object of size size and initializes it for the given values of nu and xmax.

This function initializes the transform self for the given values of nu and xmax.

This function applies the transform t to the array f_in whose size is equal to the size of the transform. The result is stored in the array f_out which must be of the same length.

Applying this function to its output gives the original data multiplied by (1/j_(\nu,M))^2, up to numerical errors.

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.

This function returns the value of the n-th sample point in “k-space”, j_{\nu,n+1}/X.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.