pub fn tsrvf_transform_with_method(
data: &FdMatrix,
argvals: &[f64],
max_iter: usize,
tol: f64,
lambda: f64,
method: TransportMethod,
) -> TsrvfResultExpand description
Full TSRVF pipeline with configurable transport method.
Like tsrvf_transform but allows choosing the parallel transport method.