We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140ba27 commit e714264Copy full SHA for e714264
src/umv.rs
@@ -55,7 +55,6 @@ impl<'a, T> NdSpline<'a, T>
55
///
56
/// Arguments:
57
58
- /// - `order` -- The spline order, 4 for cubic spline for example
59
/// - `breaks` -- The breaks (data sites) which have been used for computing spline
60
/// - `coeffs` -- The NxM array of spline coefficients where N is `ndim` and M is row of pieces of coefficients
61
0 commit comments