Skip to content

Commit

Permalink
commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
jlogan03 committed Nov 9, 2023
1 parent f55cf30 commit ad7c09d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interpn/src/multilinear_rectilinear.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ where
}
}

/// Initialize and evaluate up-to-10-dimensional multilinear interpolation on a rectilinear grid.
/// Initialize and evaluate multilinear interpolation on a rectilinear grid in up to 10 dimensions.
/// Assumes C-style ordering of vals ([x0, y0], [x0, y1], ..., [x0, yn], [x1, y0], ...).
///
/// This is a convenience function; best performance will be achieved by using the exact right
Expand Down
2 changes: 1 addition & 1 deletion interpn/src/multilinear_regular.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ where
}
}

/// Initialize and evaluate up-to-10-dimensional multilinear interpolation on a regular grid.
/// Evaluate multilinear interpolation on a regular grid in up to 10 dimensions.
/// Assumes C-style ordering of vals ([x0, y0], [x0, y1], ..., [x0, yn], [x1, y0], ...).
///
/// This is a convenience function; best performance will be achieved by using the exact right
Expand Down

0 comments on commit ad7c09d

Please sign in to comment.