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 e714264 commit 3384ad6Copy full SHA for 3384ad6
src/umv.rs
@@ -51,7 +51,7 @@ pub struct NdSpline<'a, T: NdFloat>
51
impl<'a, T> NdSpline<'a, T>
52
where T: NdFloat + AlmostEqual
53
{
54
- /// Creates `NdSpline` struct from given `order`, `breaks` and `coeffs`
+ /// Creates `NdSpline` struct from given `breaks` and `coeffs`
55
///
56
/// Arguments:
57
0 commit comments