Skip to main content

pamoja_smoother_new

Function pamoja_smoother_new 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_smoother_new( weight: f32, ) -> *mut PamojaSmoother
Expand description

Creates an exponential smoother.

§Returns

A handle the caller must release with pamoja_smoother_free.

§Safety

The returned handle must be freed exactly once.