Struct rgsl::types::filter::FilterGaussianWorkspace[][src]

pub struct FilterGaussianWorkspace { /* fields omitted */ }
This is supported on crate feature v2_5 only.

Implementations

This function applies a Gaussian filter parameterized by alpha to the input vector x, storing the output in y. The derivative order is specified by order, with 0 corresponding to a Gaussian, 1 corresponding to a first derivative Gaussian, and so on. The parameter endtype specifies how the signal end points are handled. It is allowed for x = y for an in-place filter.

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

Performs the conversion.

Performs the conversion.

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.